Skip to content

Commit

Permalink
Merge pull request #21 from orcestra-campaign/intake1
Browse files Browse the repository at this point in the history
restrict intake to version 1
  • Loading branch information
d70-t authored Feb 7, 2024
2 parents b310913 + 9671745 commit ba41d59
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 ba41d59

Please sign in to comment.