Skip to content

Commit

Permalink
Update torch version to 1.13 because of the weights_only parameter in…
Browse files Browse the repository at this point in the history
… torch.load Also, update tomli version requirements
  • Loading branch information
AngledLuffa committed Dec 30, 2024
1 parent 34d7c8d commit 59117ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
'protobuf>=3.15.0',
'requests',
'networkx',
'tomli;python_version<"3.11"',
'torch>=1.6.0',
'tomli;python_version<"3.12"',
'torch>=1.13.0',
'tqdm',
],

Expand Down

0 comments on commit 59117ba

Please sign in to comment.