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 91cc138 commit 1229806
Show file tree
Hide file tree
Showing 2 changed files with 2 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.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ numpy = "^1.24.2"
progressbar2 = "^4.2.0"
scipy = [
{ version = "^1.10.1", python = "<3.12,>=3.8" },
{ version = "^1.11.1", python = "<3.13,>=3.9" },
{ version = "^1.11.4", python = ">=3.9" }
{ version = "^1.11.1", python = "<3.13,>=3.9" }
]

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

0 comments on commit 1229806

Please sign in to comment.