Skip to content

Commit

Permalink
Update dependency torch to >=2.5,<3 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent b295931 commit ccdfbfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
exec(f.read(), version_file)

install_requires = [
"torch>=1.2,<2.1; sys_platform != 'win32'",
"torch>=2.5,<3; sys_platform != 'win32'",
"tqdm>=4.23",
"numpy>=1.13",
"scipy>=1.3.3",
Expand Down

0 comments on commit ccdfbfc

Please sign in to comment.