Skip to content

Commit

Permalink
Pin pyarrow build version
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed May 14, 2024
1 parent fae77d7 commit 2039857
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ dependencies:
- nvcc_linux-64=11.8
- pre-commit
- proj
- pyarrow==16.0.0.*
- pydata-sphinx-theme!=0.14.2
- pydeck
- pytest
Expand Down
1 change: 1 addition & 0 deletions conda/environments/all_cuda-122_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ dependencies:
- numpydoc
- pre-commit
- proj
- pyarrow==16.0.0.*
- pydata-sphinx-theme!=0.14.2
- pydeck
- pytest
Expand Down
2 changes: 2 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,8 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- cython>=3.0.0
# Have to hard pin the build version of pyarrow to match cudf.
- pyarrow==16.0.0.*
- output_types: conda
packages:
- scikit-build-core>=0.7.0
Expand Down
1 change: 1 addition & 0 deletions python/cuproj/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ requires = [
"cmake>=3.26.4",
"cython>=3.0.0",
"ninja",
"pyarrow==16.0.0.*",
"rmm==24.6.*",
"scikit-build-core[pyproject]>=0.7.0",
"setuptools",
Expand Down
1 change: 1 addition & 0 deletions python/cuspatial/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ requires = [
"cudf==24.6.*",
"cython>=3.0.0",
"ninja",
"pyarrow==16.0.0.*",
"rmm==24.6.*",
"scikit-build-core[pyproject]>=0.7.0",
"setuptools",
Expand Down

0 comments on commit 2039857

Please sign in to comment.