From 2c6bbf17b285fb152333a3de046a3873d2b18d34 Mon Sep 17 00:00:00 2001 From: Darius Couchard Date: Thu, 20 Jun 2024 10:29:44 +0200 Subject: [PATCH] Attempting resolving onnxruntime issue --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 67a5a8f..ccf4168 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ "geopandas", "h5netcdf>=1.2.0", "openeo", - "onnxruntime>=1.16.3", + "onnxruntime==1.16.3", "cftime", "pyarrow", "fastparquet",