Skip to content

Commit

Permalink
restrict intake to version 1
Browse files Browse the repository at this point in the history
While intake 2 should become the default, currently there's an issue
when loading zarr datasets from version 1 catalogs. As long as this
issue persists, we probably can't migrate to intake 2 and thus have to
wait a bit still.
  • Loading branch information
d70-t committed Feb 6, 2024
1 parent b310913 commit 9671745
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 @@ -3,7 +3,7 @@ matplotlib
numpy
xarray
dask>=2023.2.0
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
requests
Expand Down

0 comments on commit 9671745

Please sign in to comment.