Skip to content
Snippets Groups Projects
Commit 0cc8a8eb authored by Christoph Knote's avatar Christoph Knote
Browse files

Possible fix for version mess

parent 2a0d4a36
Branches
No related tags found
No related merge requests found
...@@ -31,19 +31,18 @@ packages = [ ...@@ -31,19 +31,18 @@ packages = [
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.5" python = ">= 3.7, < 4"
numpy = ">= 1.17" numpy = ">= 1.19"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
pytest = { version = "^5.2", python = ">=3.5" } pytest = "^5.2"
coverage = { version = ">= 6.3.2", python = ">=3.7" } coverage = ">= 6.3.2"
sphinx = { version = ">= 4.4", python = ">=3.6" } sphinx = ">= 4.4"
sphinx-rtd-theme = { version = ">= 1.0", python = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*" } sphinx-rtd-theme = ">= 1.0"
enum-tools = { version = ">=0.9", python = ">=3.6" } enum-tools = ">=0.9"
sphinx-toolbox = { version = ">= 2.16.0", python = ">=3.6.1" } sphinx-toolbox = ">= 2.16.0"
black = { version = "^22.3.0", python = "^3.6.2" } black = "^22.3.0"
numpy = { version = ">=1.22", python = ">=3.8" }
[tool.black] [tool.black]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment