Skip to content

Commit

Permalink
Update scipy version
Browse files Browse the repository at this point in the history
  • Loading branch information
shiba24 committed Sep 20, 2023
1 parent b0ca50f commit ff88f11
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ h5py = ">=3.2"
expelliarmus = ">=1.1.12"
dv = ">=1.0.11"
opencv-python = ">=4.6"
scipy = [
{version = "==1.9.1", python = ">=3.8,<3.11"},
{version = "<=1.9.1", python = "==3.7"}
] # TODO check newer version of scipy
scipy = ">=1.9.1"
torch = [
{version = ">=2.0.0", python = ">=3.8,<3.11"},
{version = "<=2.0.0", python = "==3.7"}
Expand Down

0 comments on commit ff88f11

Please sign in to comment.