Skip to content

Commit

Permalink
[Cylon] Fix arrow compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Arup Sarker <[email protected]>
  • Loading branch information
arupcsedu committed Jun 8, 2024
1 parent 099d947 commit 875a90a
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion conda/environments/cylon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
#- python>=3.8
- python>=3.8,<3.10
- cmake>=3.23.1
- arrow-cpp=16.1.0
#- arrow-cpp=16.1.0
- pyarrow=16.1.0
- glog
- openmpi=4.1.4
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cylon_MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- python>=3.9,<3.10
- cmake>=3.23.1,!=3.25.0
- arrow-cpp=16.1.0
#- arrow-cpp=16.1.0
- pyarrow=16.1.0
- glog
- openmpi>=4.1.2
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cylon_NoUCX.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- python>=3.8,<3.10
- cmake>=3.23.1,!=3.25.0
- arrow-cpp=16.1.0
#- arrow-cpp=16.1.0
- pyarrow=16.1.0
- glog
- openmpi=4.1.4
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cylon_rivanna_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- python>=3.8,<3.10
- cmake>=3.23.1,!=3.25.0
- arrow-cpp=16.1.0
#- arrow-cpp=16.1.0
- pyarrow=16.1.0
- glog
- openmpi=4.1.4
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/cylon_rivanna_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- python>=3.8,<3.10
- cmake>=3.23.1,!=3.25.0
- arrow-cpp=16.1.0
#- arrow-cpp=16.1.0
- pyarrow=16.1.0
- glog
- openmpi=4.1.4
Expand Down
25 changes: 13 additions & 12 deletions conda/environments/gcylon.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
name: gcylon_dev
channels:
- rapidsai
- conda-forge
- nvidia
- conda-forge
- defaults
dependencies:
#- cudf=24.04
- cudf
- cuda-toolkit
- cuda-runtime
- cuda-nvcc
- cuda-cudart
- python=3.11
- cuda
#- cuda-version=12.2
#- pytorch
- cmake>=3.23.1
- cmake
#- arrow-cpp=9
#- pyarrow=9.0.0
- cython
#- cuda-version=12
- glog
- openmpi=4.1.4
- ucx>=1.12.1
Expand All @@ -24,9 +28,6 @@ dependencies:
- pytest
- pytest-mpi
- mpi4py
- gcc=11.4
- gxx=11.4
- gxx_linux-64=11.4
#- cuda-runtime
#- cudatoolkit
- cudf
- gcc=12
- gxx=12
- gxx_linux-64=12
2 changes: 1 addition & 1 deletion conda/environments/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- python>=3.8,<3.10
- cmake>=3.23.1,!=3.25.0
- arrow-cpp=16.1.0
#- arrow-cpp=16.1.0
- pyarrow=16.1.0
- glog
- msmpi
Expand Down

0 comments on commit 875a90a

Please sign in to comment.