Skip to content

Commit

Permalink
FIX Restrict fsspec to prevent dask test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-wendt committed Mar 28, 2020
1 parent ab0f51b commit b109fbe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/gpu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ logger "Activate conda env..."
source activate gdf
conda install "rmm=$MINOR_VERSION.*" "cudatoolkit=$CUDA_REL" \
"dask>=2.1.0" "distributed>=2.1.0" "numpy>=1.16" "double-conversion" \
"rapidjson" "flatbuffers" "boost-cpp" "fsspec>=0.3.3" "dlpack" \
"rapidjson" "flatbuffers" "boost-cpp" "fsspec>=0.3.3,<0.7.0a0" "dlpack" \
"feather-format" "cupy>=6.6.0,<8.0.0a0,!=7.1.0" "arrow-cpp=0.15.0" "pyarrow=0.15.0" \
"fastavro>=0.22.0" "pandas>=0.25,<0.26" "hypothesis" "s3fs" "gcsfs" \
"boto3" "moto" "httpretty" "streamz" "ipython=7.3*" "jupyterlab"
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cudf_dev_cuda10.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- fastavro>=0.22.9
- notebook>=0.5.0
- cython>=0.29,<0.30
- fsspec>=0.3.3
- fsspec>=0.3.3,<0.7.0a0
- pytest
- sphinx
- sphinx_rtd_theme
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cudf_dev_cuda10.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- fastavro>=0.22.9
- notebook>=0.5.0
- cython>=0.29,<0.30
- fsspec>=0.3.3
- fsspec>=0.3.3,<0.7.0a0
- pytest
- sphinx
- sphinx_rtd_theme
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cudf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ requirements:
- rmm {{ minor_version }}.*
- nvstrings {{ minor_version }}.*
- dlpack
- fsspec>=0.3.3
- fsspec>=0.3.3,<0.7.0a0

test:
commands:
Expand Down

0 comments on commit b109fbe

Please sign in to comment.