Skip to content

Commit

Permalink
Modify pin
Browse files Browse the repository at this point in the history
  • Loading branch information
shwina committed Apr 1, 2021
1 parent 6942604 commit e373e78
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
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 @@ -43,7 +43,7 @@ dependencies:
- typing_extensions
- pre_commit
- dask==2021.3.1
- distributed==2021.3.1
- distributed>=2.22.0,<=2021.3.1
- streamz
- dlpack
- arrow-cpp=1.0.1
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cudf_dev_cuda10.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies:
- typing_extensions
- pre_commit
- dask==2021.3.1
- distributed==2021.3.1
- distributed>=2.22.0,<=2021.3.1
- streamz
- dlpack
- arrow-cpp=1.0.1
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cudf_dev_cuda11.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies:
- typing_extensions
- pre_commit
- dask==2021.3.1
- distributed==2021.3.1
- distributed>=2.22.0,<=2021.3.1
- streamz
- dlpack
- arrow-cpp=1.0.1
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cudf_dev_cuda11.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies:
- typing_extensions
- pre_commit
- dask==2021.3.1
- distributed==2021.3.1
- distributed>=2.22.0,<=2021.3.1
- streamz
- dlpack
- arrow-cpp=1.0.1
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cudf_dev_cuda11.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies:
- typing_extensions
- pre_commit
- dask==2021.3.1
- distributed==2021.3.1
- distributed>=2.22.0,<=2021.3.1
- streamz
- dlpack
- arrow-cpp=1.0.1
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/custreamz/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ requirements:
- streamz
- cudf {{ version }}
- dask >=2.22.0
- distributed >=2.22.0
- distributed >=2.22.0,<=2021.3.1
- python-confluent-kafka
- cudf_kafka {{ version }}

Expand Down
4 changes: 2 additions & 2 deletions conda/recipes/dask-cudf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ requirements:
- python
- cudf {{ version }}
- dask==2021.3.1
- distributed >=2.22.0
- distributed >=2.22.0,<=2021.3.1
run:
- python
- cudf {{ version }}
- dask==2021.3.1
- distributed >=2.22.0
- distributed >=2.22.0,<=2021.3.1

test:
requires:
Expand Down
2 changes: 1 addition & 1 deletion python/custreamz/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ flake8==3.8.3
black==19.10b0
isort==5.0.7
dask==2021.3.1
distributed==2021.3.1
distributed>=2.22.0,<=2021.3.1
streamz
python-confluent-kafka
pytest
Expand Down
2 changes: 1 addition & 1 deletion python/dask_cudf/dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (c) 2021, NVIDIA CORPORATION.

dask==2021.3.1
distributed==2021.3.1
distributed>=2.22.0,<=2021.3.1
fsspec>=0.6.0
numba>=0.49.0,!=0.51.0
numpy
Expand Down
4 changes: 2 additions & 2 deletions python/dask_cudf/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
install_requires = [
"cudf",
"dask==2021.3.1",
"distributed==2021.3.1",
"distributed>=2.22.0,<=2021.3.1",
"fsspec>=0.6.0",
"numpy",
"pandas>=1.0,<1.3.0dev0",
Expand All @@ -24,7 +24,7 @@
"pytest",
"numba>=0.49.0,!=0.51.0",
"dask==2021.3.1",
"distributed>2.22.0,<=2021.3.1",
"distributed>=2.22.0,<=2021.3.1",
]
}

Expand Down

0 comments on commit e373e78

Please sign in to comment.