Skip to content

Commit 25cdc8d

Browse files
committed
No constraints to torch version in requirements.txt
Now that pytorch/pytorch#138333 is fixed, commit 24fd0d8 can be reverted.
1 parent ad99a81 commit 25cdc8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ onnx
1212
# TMVA: PyMVA interfaces
1313
scikit-learn
1414
tensorflow<2.16 ; python_version < "3.12"
15-
torch<2.5 ; python_version < "3.13" # no torch version that fullfills version constraint available for Python 3.13
15+
torch
1616
xgboost
1717

1818
# PyROOT: ROOT.Numba.Declare decorator

0 commit comments

Comments
 (0)