Skip to content

Commit

Permalink
bump torch to <2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
eitanturok authored Aug 9, 2024
1 parent 6adb1fb commit e0ff227
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 @@ -62,7 +62,7 @@
install_requires = [
'numpy>=1.21.5,<2.1.0',
'packaging>=21.3.0,<24.2',
'torch>=2.3.0,<2.4',
'torch>=2.3.0,<2.5',
'triton>=2.1.0',
'stanford-stk @ git+https://[email protected]/stanford-futuredata/stk.git@a1ddf98466730b88a2988860a9d8000fd1833301',
]
Expand Down

0 comments on commit e0ff227

Please sign in to comment.