Skip to content

Commit 2e1d107

Browse files
committed
ONNX Version Specification
1 parent eba424f commit 2e1d107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_various_python_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install -r requirements.txt
3030
pip install tensorflow==2.15.*
31-
pip install torch==2.5.* onnx onnxruntime "onnxruntime-extensions<0.14"
31+
pip install torch==2.6.* "onnx<1.18" "onnxruntime<1.22" "onnxruntime-extensions<0.14"
3232
- name: Run unittests
3333
run: python -m unittest discover -s tests -v

0 commit comments

Comments
 (0)