Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove streamz git dependency, standardize build dependency names, consolidate some dependency lists #16611

Merged
merged 3 commits into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ dependencies:
- pandas
- pandas>=2.0,<2.2.3dev0
- pandoc
- pip
- pre-commit
- ptxcompiler
- pyarrow==16.1.0.*
Expand Down Expand Up @@ -99,6 +98,4 @@ dependencies:
- transformers==4.39.3
- typing_extensions>=4.0.0
- zlib>=1.2.13
- pip:
- git+https://github.com/python-streamz/streamz.git@master
name: all_cuda-118_arch-x86_64
3 changes: 0 additions & 3 deletions conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ dependencies:
- pandas
- pandas>=2.0,<2.2.3dev0
- pandoc
- pip
- pre-commit
- pyarrow==16.1.0.*
- pydata-sphinx-theme!=0.14.2
Expand Down Expand Up @@ -97,6 +96,4 @@ dependencies:
- transformers==4.39.3
- typing_extensions>=4.0.0
- zlib>=1.2.13
- pip:
- git+https://github.com/python-streamz/streamz.git@master
name: all_cuda-125_arch-x86_64
137 changes: 42 additions & 95 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ files:
- build_all
- build_cpp
- build_python_common
- build_python_pylibcudf
- build_python_cudf
- cuda
- cuda_version
- depends_on_cupy
- depends_on_rmm
- develop
- docs
- libarrow_build
Expand All @@ -31,7 +31,6 @@ files:
- test_python_cudf
- test_python_dask_cudf
- test_python_pylibcudf
- depends_on_cupy
test_static_build:
output: none
includes:
Expand Down Expand Up @@ -95,7 +94,8 @@ files:
includes:
- build_base
- build_python_common
- build_python_cudf
- depends_on_pylibcudf
- depends_on_rmm
py_run_cudf:
output: pyproject
pyproject_dir: python/cudf
Expand All @@ -107,6 +107,7 @@ files:
- pyarrow_run
- depends_on_cupy
- depends_on_pylibcudf
- depends_on_rmm
py_test_cudf:
output: pyproject
pyproject_dir: python/cudf
Expand All @@ -116,14 +117,14 @@ files:
includes:
- test_python_common
- test_python_cudf
py_rapids_build_pylibcudf:
py_build_pylibcudf:
output: pyproject
pyproject_dir: python/pylibcudf
extras:
table: build-system
includes:
- rapids_build_skbuild
py_build_pylibcudf:
py_rapids_build_pylibcudf:
output: pyproject
pyproject_dir: python/pylibcudf
extras:
Expand All @@ -132,15 +133,16 @@ files:
includes:
- build_base
- build_python_common
- build_python_pylibcudf
- depends_on_rmm
py_run_pylibcudf:
output: pyproject
pyproject_dir: python/pylibcudf
extras:
table: project
includes:
- run_pylibcudf
- depends_on_rmm
- pyarrow_run
- run_pylibcudf
py_test_pylibcudf:
output: pyproject
pyproject_dir: python/pylibcudf
Expand Down Expand Up @@ -215,14 +217,14 @@ files:
includes:
- test_python_common
- test_python_dask_cudf
py_rapids_build_cudf_kafka:
py_build_cudf_kafka:
output: pyproject
pyproject_dir: python/cudf_kafka
extras:
table: build-system
includes:
- rapids_build_skbuild
py_build_cudf_kafka:
py_rapids_build_cudf_kafka:
output: pyproject
pyproject_dir: python/cudf_kafka
extras:
Expand Down Expand Up @@ -364,65 +366,6 @@ dependencies:
# Sync with conda build constraint & wheel run constraint.
# TODO: Change to `2.0.*` for NumPy 2
- numpy==1.23.*
build_python_pylibcudf:
common:
- output_types: conda
packages:
- &rmm_unsuffixed rmm==24.10.*,>=0.0.0a0
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
# This index is needed for rmm-cu{11,12}.
- --extra-index-url=https://pypi.nvidia.com
- --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple
specific:
- output_types: [requirements, pyproject]
matrices:
- matrix:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- &rmm_cu12 rmm-cu12==24.10.*,>=0.0.0a0
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- &rmm_cu11 rmm-cu11==24.10.*,>=0.0.0a0
- {matrix: null, packages: [*rmm_unsuffixed]}
build_python_cudf:
common:
- output_types: conda
packages:
- *rmm_unsuffixed
- pip
- pip:
- git+https://github.com/python-streamz/streamz.git@master
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
# This index is needed for rmm-cu{11,12}.
- --extra-index-url=https://pypi.nvidia.com
- --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple
- git+https://github.com/python-streamz/streamz.git@master
specific:
- output_types: [requirements, pyproject]
matrices:
- matrix:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- &pylibcudf_cu12 pylibcudf-cu12==24.10.*,>=0.0.0a0
- *rmm_cu12
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- &pylibcudf_cu11 pylibcudf-cu11==24.10.*,>=0.0.0a0
- *rmm_cu11
- matrix:
packages:
- &pylibcudf_unsuffixed pylibcudf==24.10.*,>=0.0.0a0
- *rmm_unsuffixed
libarrow_build:
common:
- output_types: conda
Expand Down Expand Up @@ -635,9 +578,6 @@ dependencies:
- nvtx>=0.2.1
- packaging
- typing_extensions>=4.0.0
- output_types: conda
packages:
- *rmm_unsuffixed
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -654,19 +594,6 @@ dependencies:
packages: &run_pylibcudf_packages_all_cu11
- cuda-python>=11.7.1,<12.0a0
- {matrix: null, packages: *run_pylibcudf_packages_all_cu11}
- output_types: [requirements, pyproject]
matrices:
- matrix:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- *rmm_cu12
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- *rmm_cu11
- {matrix: null, packages: [*rmm_unsuffixed]}
run_cudf:
common:
- output_types: [conda, requirements, pyproject]
Expand All @@ -677,9 +604,6 @@ dependencies:
- packaging
- rich
- typing_extensions>=4.0.0
- output_types: conda
packages:
- *rmm_unsuffixed
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand Down Expand Up @@ -711,19 +635,16 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- *rmm_cu12
- pynvjitlink-cu12>=0.0.0a0
- matrix:
cuda: "12.*"
cuda_suffixed: "false"
packages:
- *rmm_unsuffixed
- *pynvjitlink_unsuffixed
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- *rmm_cu11
- cubinlinker-cu11
- ptxcompiler-cu11
- matrix:
Expand All @@ -732,7 +653,6 @@ dependencies:
packages: &run_cudf_cu11_unsuffixed
- *cubinlinker_unsuffixed
- *ptxcompiler_unsuffixed
- *rmm_unsuffixed
- {matrix: null, packages: *run_cudf_cu11_unsuffixed}
run_cudf_polars:
common:
Expand Down Expand Up @@ -843,7 +763,7 @@ dependencies:
common:
- output_types: conda
packages:
- *pylibcudf_unsuffixed
- &pylibcudf_unsuffixed pylibcudf==24.10.*,>=0.0.0a0
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -857,12 +777,12 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- *pylibcudf_cu12
- pylibcudf-cu12==24.10.*,>=0.0.0a0
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- *pylibcudf_cu11
- pylibcudf-cu11==24.10.*,>=0.0.0a0
- {matrix: null, packages: [*pylibcudf_unsuffixed]}
depends_on_cudf:
common:
Expand Down Expand Up @@ -929,6 +849,33 @@ dependencies:
packages: &cupy_packages_cu11
- cupy-cuda11x>=12.0.0
- {matrix: null, packages: *cupy_packages_cu11}
depends_on_rmm:
common:
- output_types: conda
packages:
- &rmm_unsuffixed rmm==24.10.*,>=0.0.0a0
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
# This index is needed for rmm-cu{11,12}.
- --extra-index-url=https://pypi.nvidia.com
- --extra-index-url=https://pypi.anaconda.org/rapidsai-wheels-nightly/simple
specific:
- output_types: [requirements, pyproject]
matrices:
- matrix:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- rmm-cu12==24.10.*,>=0.0.0a0
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- rmm-cu11==24.10.*,>=0.0.0a0
- matrix:
packages:
- *rmm_unsuffixed
test_python_pandas_cudf:
common:
- output_types: [requirements, pyproject]
Expand Down
Loading