Skip to content

Commit

Permalink
torch < 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eitan Turok committed Aug 21, 2024
1 parent 818c66a commit a1f05a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# build requirements
[build-system]
requires = ["setuptools < 70.0.0", "torch >= 2.3.0, < 2.5"]
requires = ["setuptools < 70.0.0", "torch >= 2.3.0, < 2.4.1"]
build-backend = "setuptools.build_meta"

# Pytest
Expand Down
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.5',
'torch>=2.3.0,<2.4.1',
'triton>=2.1.0',
'stanford-stk @ git+https://[email protected]/eitanturok/stk.git@bump-version',
]
Expand Down

0 comments on commit a1f05a0

Please sign in to comment.