We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eba424f commit 2e1d107Copy full SHA for 2e1d107
.github/workflows/run_various_python_versions.yml
@@ -28,6 +28,6 @@ jobs:
28
python -m pip install --upgrade pip
29
pip install -r requirements.txt
30
pip install tensorflow==2.15.*
31
- pip install torch==2.5.* onnx onnxruntime "onnxruntime-extensions<0.14"
+ pip install torch==2.6.* "onnx<1.18" "onnxruntime<1.22" "onnxruntime-extensions<0.14"
32
- name: Run unittests
33
run: python -m unittest discover -s tests -v
0 commit comments