Skip to content

Commit

Permalink
Bump typing_extensions minimum version to 4.0.0 (#13618)
Browse files Browse the repository at this point in the history
Closes #13616 

Authors:
   - Ashwin Srinath (https://github.com/shwina)

Approvers:
   - GALI PREM SAGAR (https://github.com/galipremsagar)
   - Bradley Dice (https://github.com/bdice)
   - Ray Douglass (https://github.com/raydouglass)
   - Lawrence Mitchell (https://github.com/wence-)
  • Loading branch information
shwina authored Jun 29, 2023
1 parent 36f7f4d commit 335fcd1
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 335fcd1

Please sign in to comment.