Skip to content

Commit

Permalink
Need fancy pins for numpy too
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Nov 17, 2024
1 parent f52db8d commit 4746eda
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 1 deletion.
66 changes: 65 additions & 1 deletion poetry.lock

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

4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ scipy = [
{version = "^1.13.0", python = "<3.13"},
{version = "^1.14.1", python = ">=3.13"}
]
numpy = [
{version = ">=1.23,<2.1", python = "<3.13"},
{version = "^2.1", python = ">=3.13"}
]

[tool.poetry.dev-dependencies]
pytest = ">=7.1.2"
Expand Down

0 comments on commit 4746eda

Please sign in to comment.