Skip to content

Commit

Permalink
pin max pandas to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Apr 14, 2021
1 parent f451fd6 commit f1c48cd
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 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 @@ -17,7 +17,7 @@ dependencies:
- python>=3.7,<3.9
- numba>=0.49.0,!=0.51.0
- numpy
- pandas>=1.0,<1.3.0dev0
- pandas>=1.0,<=1.2.4
- pyarrow=1.0.1
- fastavro>=0.22.9
- notebook>=0.5.0
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 @@ -17,7 +17,7 @@ dependencies:
- python>=3.7,<3.9
- numba>=0.49,!=0.51.0
- numpy
- pandas>=1.0,<1.3.0dev0
- pandas>=1.0,<=1.2.4
- pyarrow=1.0.1
- fastavro>=0.22.9
- notebook>=0.5.0
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 @@ -17,7 +17,7 @@ dependencies:
- python>=3.7,<3.9
- numba>=0.49,!=0.51.0
- numpy
- pandas>=1.0,<1.3.0dev0
- pandas>=1.0,<=1.2.4
- pyarrow=1.0.1
- fastavro>=0.22.9
- notebook>=0.5.0
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 @@ -17,7 +17,7 @@ dependencies:
- python>=3.7,<3.9
- numba>=0.49,!=0.51.0
- numpy
- pandas>=1.0,<1.3.0dev0
- pandas>=1.0,<=1.2.4
- pyarrow=1.0.1
- fastavro>=0.22.9
- notebook>=0.5.0
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 @@ -17,7 +17,7 @@ dependencies:
- python>=3.7,<3.9
- numba>=0.49,!=0.51.0
- numpy
- pandas>=1.0,<1.3.0dev0
- pandas>=1.0,<=1.2.4
- pyarrow=1.0.1
- fastavro>=0.22.9
- notebook>=0.5.0
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 @@ -35,7 +35,7 @@ requirements:
- protobuf
- python
- typing_extensions
- pandas >=1.0,<1.3.0dev0
- pandas >=1.0,<=1.2.4
- cupy >7.1.0,<9.0.0a0
- numba >=0.49.0
- numpy
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/requirements/cuda-10.1/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ numpy
numpydoc
nvtx>=0.2.1
packaging
pandas>=1.0,<1.3.0dev0
pandas>=1.0,<=1.2.4
pandoc==2.0a4
protobuf
pyorc
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/requirements/cuda-10.2/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ numpy
numpydoc
nvtx>=0.2.1
packaging
pandas>=1.0,<1.3.0dev0
pandas>=1.0,<=1.2.4
pandoc==2.0a4
protobuf
pyorc
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/requirements/cuda-11.0/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ numpy
numpydoc
nvtx>=0.2.1
packaging
pandas>=1.0,<1.3.0dev0
pandas>=1.0,<=1.2.4
pandoc==2.0a4
protobuf
pyorc
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/requirements/cuda-11.1/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ numpy
numpydoc
nvtx>=0.2.1
packaging
pandas>=1.0,<1.3.0dev0
pandas>=1.0,<=1.2.4
pandoc==2.0a4
protobuf
pyorc
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/requirements/cuda-11.2/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ numpy
numpydoc
nvtx>=0.2.1
packaging
pandas>=1.0,<1.3.0dev0
pandas>=1.0,<=1.2.4
pandoc==2.0a4
protobuf
pyorc
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"fastavro>=0.22.9",
"fsspec>=0.6.0",
"numpy",
"pandas>=1.0,<1.3.0dev0",
"pandas>=1.0,<=1.2.4",
"typing_extensions",
"protobuf",
"nvtx>=0.2.1",
Expand Down
2 changes: 1 addition & 1 deletion python/dask_cudf/dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ distributed>=2.22.0,<=2021.4.0
fsspec>=0.6.0
numba>=0.49.0,!=0.51.0
numpy
pandas>=1.0,<1.3.0dev0
pandas>=1.0,<=1.2.4
pytest
setuptools
wheel
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 @@ -14,13 +14,13 @@
"distributed>=2.22.0,<=2021.4.0",
"fsspec>=0.6.0",
"numpy",
"pandas>=1.0,<1.3.0dev0",
"pandas>=1.0,<=1.2.4",
]

extras_require = {
"test": [
"numpy",
"pandas>=1.0,<1.3.0dev0",
"pandas>=1.0,<=1.2.4",
"pytest",
"numba>=0.49.0,!=0.51.0",
"dask==2021.4.0",
Expand Down

0 comments on commit f1c48cd

Please sign in to comment.