Skip to content

Commit

Permalink
special numpy for py312
Browse files Browse the repository at this point in the history
  • Loading branch information
dswah committed Feb 11, 2024
1 parent ae6e3dd commit 709d0d8
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 2 deletions.
48 changes: 47 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.8.1, <3.13"
numpy = "^1.24.2"
numpy = [
{ version = ">=1.24.2,<1.25", python = "<3.9,>=3.8" },
{ version = ">=1.25", python = "<3.13,>=3.9" },
]
progressbar2 = "^4.2.0"
scipy = [
{ version = ">=1.10.1,<1.11", python = "<3.9,>=3.8" },
Expand Down

0 comments on commit 709d0d8

Please sign in to comment.