Skip to content

Commit

Permalink
Merge pull request #13640 from rapidsai/branch-23.06
Browse files Browse the repository at this point in the history
[RELEASE] [HOTFIX] cudf v23.06.01
  • Loading branch information
raydouglass authored Jun 29, 2023
2 parents f881d40 + 335fcd1 commit 7d33d20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dependencies:
- sysroot_linux-64==2.17
- tokenizers==0.13.1
- transformers==4.24.0
- typing_extensions
- typing_extensions>=4.0.0
- pip:
- git+https://github.com/python-streamz/streamz.git@master
name: all_cuda-118_arch-x86_64
2 changes: 1 addition & 1 deletion conda/recipes/cudf/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ requirements:
run:
- protobuf >=4.21.6,<4.22
- python
- typing_extensions
- typing_extensions >=4.0.0
- pandas >=1.3,<1.6.0dev0
- cupy >=12.0.0
- numba >=0.57
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ dependencies:
- nvtx>=0.2.1
- packaging
- rmm==23.6.*
- typing_extensions
- typing_extensions>=4.0.0
- *protobuf
- output_types: conda
packages:
Expand Down
2 changes: 1 addition & 1 deletion python/cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"ptxcompiler",
"pyarrow==11.*",
"rmm==23.6.*",
"typing_extensions",
"typing_extensions>=4.0.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit 7d33d20

Please sign in to comment.