commit a1ae9a1d2495e0a09505d443e28403736f6bdb03
parent bb348f79db93db4e108794da245512e8481c70e6
Author: Steven Atkinson <steven@atkinson.mn>
Date: Mon, 25 Sep 2023 18:43:15 -0700
Fix the build (#313)
Version-block onnxruntime
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/environment_cpu.yml b/environment_cpu.yml
@@ -27,7 +27,7 @@ dependencies:
- pip:
- auraloss==0.3.0
- onnx
- - onnxruntime
+ - onnxruntime<1.16
- pre-commit
- pytorch_lightning
- sounddevice
diff --git a/environment_gpu.yml b/environment_gpu.yml
@@ -29,7 +29,7 @@ dependencies:
- pip:
- auraloss==0.3.0
- onnx
- - onnxruntime # TODO GPU...
+ - onnxruntime<1.16 # TODO GPU...
- pre-commit
- pytorch_lightning
- sounddevice
diff --git a/requirements.txt b/requirements.txt
@@ -8,7 +8,7 @@ flake8
matplotlib
numpy
onnx
-onnxruntime
+onnxruntime<1.16
pip
pre-commit
pydantic