Skip to content

Commit

Permalink
chore: fix scipy version
Browse files Browse the repository at this point in the history
  • Loading branch information
mstechly committed Sep 25, 2024
1 parent d542b90 commit 9d0d092
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 2 deletions.
54 changes: 52 additions & 2 deletions poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ qref = "0.7.0"
ipytree = { version = "^0.2.2", optional = true }
ipywidgets = { version = "^8.1.2", optional = true }
traitlets = { version = "^5.14.3", optional = true }
scipy = { version = "^1.14.1", optional = true }

[tool.poetry.extras]
jupyter = ["ipytree", "ipywidgets", "traitlets"]
Expand Down

0 comments on commit 9d0d092

Please sign in to comment.