Skip to content

Commit

Permalink
bump minimum pytorch dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed May 6, 2024
1 parent da9c4d5 commit 6f5e0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"scipy >= 1.9.0",
"numba >= 0.56, < 0.59",
"cffi >= 1.15.0",
"torch ==2.*", # p2c: -s pytorch==2.*
"torch ~=2.1", # p2c: -s pytorch==2.*
"threadpoolctl >=3.0",
"binpickle >= 0.3.2",
"seedbank >= 0.1.0",
Expand Down

0 comments on commit 6f5e0bc

Please sign in to comment.