Skip to content

Commit

Permalink
Relax arrow version in dev env (NVIDIA#11418)
Browse files Browse the repository at this point in the history
Arrow version pinnings were relaxed in this commit: rapidsai/cudf@d740c3c, this PR performs the same change in dev env.

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: rapidsai/cudf#11418
  • Loading branch information
galipremsagar authored Aug 1, 2022
1 parent d740c3c commit 024642a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/environments/cudf_dev_cuda11.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
- numba>=0.54
- numpy
- pandas>=1.0,<1.5.0dev0
- pyarrow=8.0.0
- pyarrow=8
- fastavro>=0.22.9
- python-snappy>=0.6.0
- notebook>=0.5.0
Expand Down Expand Up @@ -51,7 +51,7 @@ dependencies:
- dask>=2022.05.2
- distributed>=2022.05.2
- streamz
- arrow-cpp=8.0.0
- arrow-cpp=8
- dlpack>=0.5,<0.6.0a0
- double-conversion
- rapidjson
Expand Down

0 comments on commit 024642a

Please sign in to comment.