Skip to content

Commit 2b9f162

Browse files
authored
Merge pull request #248 from Ivan-267/main
Limit torch/onnx versions
2 parents d32518a + 7812667 commit 2b9f162

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ install_requires =
1717
huggingface_hub>=0.10
1818
gymnasium<=1.0.0
1919
stable-baselines3>=2.0.0,<=2.4.0
20+
torch<=2.8.0
2021
huggingface_sb3
21-
onnx
22+
onnx<=1.19.1
2223
onnxruntime
2324

2425
python_requires = >=3.8

0 commit comments

Comments
 (0)