Skip to content

Commit

Permalink
fix: add cloudpickle dependency for dask[dataframe] (#146)
Browse files Browse the repository at this point in the history
Close: #144
  • Loading branch information
thebaptiste authored Nov 12, 2020
1 parent 3109583 commit 52a51a0
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .metwork-framework/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
| [Click](https://palletsprojects.com/p/click/) | 7.0 | python2_scientific |
| [cligj](https://github.com/mapbox/cligj) | 0.5.0 | python2_scientific |
| [cligj](https://github.com/mapbox/cligj) | 0.5.0 | python3_scientific |
| [cloudpickle](https://github.com/cloudpipe/cloudpickle) | 0.2.1 | python2_scientific |
| [cloudpickle](https://github.com/cloudpipe/cloudpickle) | 0.2.1 | python3_scientific |
| [configobj](https://github.com/DiffSK/configobj) | 5.0.6 | python2_scientific |
| [configobj](https://github.com/DiffSK/configobj) | 5.0.6 | python3_scientific |
| [contextlib2](http://contextlib2.readthedocs.org) | 0.5.5 | python2_scientific |
Expand Down Expand Up @@ -168,4 +170,4 @@
| [zarr](https://github.com/zarr-developers/zarr) | 2.3.2 | python2_scientific |
| [zarr](https://github.com/zarr-developers/zarr) | 2.3.2 | python3_scientific |

*(167 components)*
*(169 components)*
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import numpy
import scipy
import dask
import dask.dataframe
import toolz
# import geos (geos is only python3)
import lxml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import numpy
import scipy
import dask
import dask.dataframe
import toolz
import geos
import lxml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ cdo
GDAL
Fiona
msgpack
#cloudpickle for dask[dataframe]
cloudpickle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ cftime==1.0.3.4
Click==7.0
click-plugins==1.1.1
cligj==0.5.0
cloudpickle==0.2.1
configobj==5.0.6
contextlib2==0.5.5
cycler==0.10.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ Fiona
geopandas
rasterio
msgpack
#cloudpickle for dask[dataframe]
cloudpickle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ cfgrib==0.9.7.1
cftime==1.0.3.4
click-plugins==1.1.1
cligj==0.5.0
cloudpickle==0.2.1
configobj==5.0.6
cycler==0.10.0
dask==2.1.0
Expand Down

0 comments on commit 52a51a0

Please sign in to comment.