Skip to content

Commit

Permalink
Attempt to resolve python and numpy requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrod committed Sep 30, 2024
1 parent 62e6f9c commit c0144cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ license = "MIT"
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.0, < 3.13.0"
python = ">=3.7.0"
numpy = [
{version = "^1.25", python = "^3.9"},
{version = "^1.24", python = "=3.8"},
{version = "~1.21.6", python = "=3.7"},
{version = "^1.25", python = ">=3.9"},
{version = "^1.19", python = "=3.8"},
{version = "^1.15", python = "=3.7"},
]

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit c0144cb

Please sign in to comment.