Skip to content

Commit

Permalink
relax arrow version in dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Aug 1, 2022
1 parent d740c3c commit 3b2ece2
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 3b2ece2

Please sign in to comment.