From 7bdc25188a7058fd946a270b55e448486b48b978 Mon Sep 17 00:00:00 2001 From: Darius Couchard Date: Thu, 20 Jun 2024 11:50:00 +0200 Subject: [PATCH] Trying to fix onnxruntime version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ccf4168..58601cb 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,<1.18.0", "cftime", "pyarrow", "fastparquet",