Skip to content

Commit

Permalink
fix solving for scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
dswah committed Feb 11, 2024
1 parent 2cbc4b6 commit 3f6c83c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ python = ">=3.8.1, <3.13"
numpy = "^1.24.2"
progressbar2 = "^4.2.0"
scipy = [
{ version = "^1.10.1", python = "<3.12,>=3.8" },
{ version = "<1.12,>=1.11.1", python = "<3.13,>=3.9" }
{ version = ">=1.10.1,<1.11", python = "<3.9,>=3.8" },
{ version = ">=1.11.1,<1.12", python = "<3.13,>=3.9" }
]

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 3f6c83c

Please sign in to comment.