Skip to content

Commit

Permalink
Update dependency torch to v2 [SECURITY]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent b295931 commit f59718f
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.2.0,<2.3; sys_platform != 'win32'",
"tqdm>=4.23",
"numpy>=1.13",
"scipy>=1.3.3",
Expand Down

0 comments on commit f59718f

Please sign in to comment.