Skip to content

Commit

Permalink
Merge pull request #11826 from rapidsai/branch-22.08
Browse files Browse the repository at this point in the history
[RELEASE] v22.08.01 `cudf`
  • Loading branch information
raydouglass authored Sep 29, 2022
2 parents b71873c + aa58765 commit 78d3655
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda/environments/cudf_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- scikit-build>=0.13.1
- python>=3.8,<3.10
- numba>=0.54
- numpy
- numpy<1.23
- pandas>=1.0,<1.5.0dev0
- pyarrow=8
- fastavro>=0.22.9
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 @@ -52,7 +52,7 @@ requirements:
- pandas >=1.0,<1.5.0dev0
- cupy >=9.5.0,<11.0.0a0
- numba >=0.54
- numpy
- numpy<1.23
- {{ pin_compatible('pyarrow', max_pin='x.x.x') }}
- libcudf {{ version }}
- fastavro >=0.22.0
Expand Down

0 comments on commit 78d3655

Please sign in to comment.