Skip to content

Commit

Permalink
Bump torch to unpin numpy (#176)
Browse files Browse the repository at this point in the history
* bump torch to unpin numpy

* add SPEC-0 conformant numpy requirement
  • Loading branch information
ziw-liu authored Oct 29, 2024
1 parent 3573180 commit a7ac036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ classifiers = [
"Operating System :: MacOS",
]
dependencies = [
"numpy>=1.21, <2",
"numpy>=1.24",
"matplotlib>=3.1.1",
"scipy>=1.3.0",
"pywavelets>=1.1.1",
"ipywidgets>=7.5.1",
"torch>=2.2.1",
"torch>=2.4.1",
]
dynamic = ["version"]

Expand Down

0 comments on commit a7ac036

Please sign in to comment.