diff --git a/environment.yml b/environment.yml index b53dd87..900aaac 100644 --- a/environment.yml +++ b/environment.yml @@ -17,6 +17,6 @@ dependencies: # logging - loguru >=0.5.3 # catalog - - intake + - intake >=0.7.0,<2.0 - fsspec - aiohttp diff --git a/requirements.txt b/requirements.txt index 67175ef..047e6cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,6 @@ roocs_grids>=0.1.2 # logging loguru>=0.5.3 # catalog -intake +intake>=0.7.0,<2.0 fsspec aiohttp