Skip to content

Commit

Permalink
bump torch
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément Chadebec committed Oct 22, 2023
1 parent 5e19262 commit 8b78611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ numpy>=1.19
pydantic>=2.0
scikit-learn
scipy>=1.7.1
torch>=1.10.1
torch>=2.0
tqdm
typing_extensions
dataclasses>=0.6
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"pydantic>=2.0",
"scikit-learn",
"scipy>=1.7.1",
"torch>=1.10.1",
"torch>=2.0",
"tqdm",
"typing_extensions",
"dataclasses>=0.6",
Expand Down

0 comments on commit 8b78611

Please sign in to comment.