Skip to content

Commit

Permalink
limit intake versions to <2.0.0
Browse files Browse the repository at this point in the history
Intake 2 is not entirely compatible with our current catalogs. For now, we should limit intake to an older version.
  • Loading branch information
d70-t authored Mar 14, 2024
1 parent afa08ad commit 79b96f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79b96f7

Please sign in to comment.