Skip to content

Commit

Permalink
build: ⬆️ Update scipy version to 1.12.0
Browse files Browse the repository at this point in the history
Update `scipy` version to 1.12.0 for python '>3.8'
  • Loading branch information
Anselmoo committed Feb 18, 2024
1 parent 574d29d commit 8b81612
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 4 deletions.
50 changes: 46 additions & 4 deletions poetry.lock

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

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ art = ">=5.8,<7.0"
tomli = "^2.0.1"
tomli-w = "^1.0.0"
pydantic = "^2.1.0"
scipy = [
{ version = "^1.10.1", markers = "python_version < '3.9'" },
{ version = "^1.12.0", markers = "python_version >= '3.9'" },

]
jupyterlab = { version = ">=3.5.2,<5.0.0", optional = true }
plotly = { version = "^5.14.0", optional = true }
itables = { version = "^1.3.4", optional = true }
Expand Down

0 comments on commit 8b81612

Please sign in to comment.