From 79b96f754c37e3a09a92373c0cbb399fe2df3272 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20K=C3=B6lling?= Date: Thu, 14 Mar 2024 23:52:22 +0100 Subject: [PATCH] limit intake versions to <2.0.0 Intake 2 is not entirely compatible with our current catalogs. For now, we should limit intake to an older version. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index de5878f..de426f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ numpy xarray dask>=2023.2.0 eurec4a>=0.0.5 -intake[dataframe] # since intake 0.6.1 to_dask() doesn't work anymore without the [dataframe] specification due to a missing msgpack dependency +intake[dataframe]<2.0.0 # since intake 0.6.1 to_dask() doesn't work anymore without the [dataframe] specification due to a missing msgpack dependency intake-xarray fsspec!=0.9.0 # 0.9.0 has a bug which leads to incomplete reads via HTTP ipfsspec>=0.1.4