Skip to content
Snippets Groups Projects
Commit 41c7bf0f authored by pswain's avatar pswain
Browse files

reverted pyproject.toml and poetry.lock to python 3.8

parent 0e0bedaf
No related branches found
No related tags found
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -13,7 +13,7 @@ packages = [ ...@@ -13,7 +13,7 @@ packages = [
readme = "README.md" readme = "README.md"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = ">=3.7.1, <3.11" python = ">=3.8, <3.11"
PyYAML = "^6.0" PyYAML = "^6.0"
flatten-dict = "^0.4.2" flatten-dict = "^0.4.2"
gaussianprocessderivatives = "^0.1.5" gaussianprocessderivatives = "^0.1.5"
...@@ -73,10 +73,10 @@ seaborn = "^0.11.2" ...@@ -73,10 +73,10 @@ seaborn = "^0.11.2"
optional = true optional = true
[tool.poetry.group.docs.dependencies] [tool.poetry.group.docs.dependencies]
#Sphinx = "^5.2.0" Sphinx = "^5.2.0"
#sphinx-rtd-theme = "^1.0.0" sphinx-rtd-theme = "^1.0.0"
#sphinx-autodoc-typehints = "^1.19.2" sphinx-autodoc-typehints = "^1.19.2"
#myst-parser = "^0.18.0" myst-parser = "^0.18.0"
[tool.poetry.group.test] [tool.poetry.group.test]
optional = true optional = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment