Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies = [
# that supports CUDA >= 12.0, so it covers a much broader range of
# real-world machines. Raise this ceiling once the CUDA 13 driver floor
# is actually the common case in the communities we ship to.
"torch>=2.1.0,<2.11",
"torch>=2.8.0,<2.11",
"smact>=2.7.0",
"mace-torch>=0.3.0",
]
Expand Down