-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dependency List with
dependencies.yaml
(#803)
This PR updates dependency lists with `dependencies.yaml`. Authors: - Michael Wang (https://github.com/isVoid) - AJ Schmidt (https://github.com/ajschmidt8) - Bradley Dice (https://github.com/bdice) Approvers: - Bradley Dice (https://github.com/bdice) - AJ Schmidt (https://github.com/ajschmidt8)
- Loading branch information
Showing
7 changed files
with
211 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
name: pr | ||
|
||
on: | ||
pull_request: | ||
|
||
jobs: | ||
checks: | ||
secrets: inherit | ||
uses: rapidsai/shared-action-workflows/.github/workflows/checks.yaml@main | ||
with: | ||
enable_check_size: false | ||
enable_check_style: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# This file is generated by `rapids-dependency-file-generator`. | ||
# To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. | ||
channels: | ||
- rapidsai | ||
- rapidsai-nightly | ||
- conda-forge | ||
- nvidia | ||
dependencies: | ||
- c-compiler | ||
- cmake>=3.23.1,!=3.25.0 | ||
- cudatoolkit=11.5 | ||
- cudf=22.12.* | ||
- cxx-compiler | ||
- cython>=0.29,<0.30 | ||
- gcc_linux-64=9.* | ||
- gdal>3.5.0,<3.6.0 | ||
- geopandas>=0.11.0 | ||
- gmock=1.10.0 | ||
- gtest=1.10.0 | ||
- libcudf=22.12.* | ||
- librmm=22.12.* | ||
- myst-parser | ||
- ninja | ||
- nvcc_linux-64=11.5 | ||
- pre-commit | ||
- pydata-sphinx-theme | ||
- pytest | ||
- pytest-cov | ||
- python>=3.8,<3.10 | ||
- rmm=22.12.* | ||
- scikit-build>=0.13.1 | ||
- setuptools | ||
- sysroot_linux-64==2.17 | ||
name: all_cuda-115_arch-x86_64 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,158 @@ | ||
# Dependency list for https://github.com/rapidsai/dependency-file-generator | ||
files: | ||
all: | ||
output: conda | ||
matrix: | ||
cuda: ["11.5"] | ||
arch: [x86_64] | ||
includes: | ||
- build_cpp | ||
- build_python | ||
- cudatoolkit | ||
- develop | ||
- doc | ||
- py_version | ||
- run_python | ||
- test_cpp | ||
- test_python | ||
test_cpp: | ||
output: none | ||
includes: | ||
- cudatoolkit | ||
- test_cpp | ||
test_python: | ||
output: none | ||
includes: | ||
- cudatoolkit | ||
- py_version | ||
- test_python | ||
checks: | ||
output: none | ||
includes: | ||
- build | ||
- develop | ||
channels: | ||
- rapidsai | ||
- rapidsai-nightly | ||
- conda-forge | ||
- nvidia | ||
dependencies: | ||
build_cpp: | ||
common: | ||
- output_types: conda | ||
packages: | ||
- &cmake_ver cmake>=3.23.1,!=3.25.0 | ||
- c-compiler | ||
- cxx-compiler | ||
- gdal>3.5.0,<3.6.0 | ||
- libcudf=22.12.* | ||
- librmm=22.12.* | ||
- ninja | ||
specific: | ||
- output_types: conda | ||
matrices: | ||
- matrix: | ||
arch: x86_64 | ||
packages: | ||
- &gcc_amd64 gcc_linux-64=9.* | ||
- &sysroot_amd64 sysroot_linux-64==2.17 | ||
- matrix: | ||
arch: aarch64 | ||
packages: | ||
- &gcc_aarch64 gcc_linux-aarch64=9.* | ||
- &sysroot_aarch64 sysroot_linux-aarch64==2.17 | ||
- output_types: conda | ||
matrices: | ||
- matrix: | ||
arch: x86_64 | ||
cuda: "11.5" | ||
packages: | ||
- &nvcc_amd64_115 nvcc_linux-64=11.5 | ||
- matrix: | ||
arch: aarch64 | ||
cuda: "11.5" | ||
packages: | ||
- &nvcc_aarch64_115 nvcc_linux-aarch64=11.5 | ||
build_python: | ||
common: | ||
- output_types: [conda, requirements] | ||
packages: | ||
- *cmake_ver | ||
- &cudf_ver cudf=22.12.* | ||
- cython>=0.29,<0.30 | ||
- scikit-build>=0.13.1 | ||
- setuptools | ||
specific: | ||
- output_types: conda | ||
matrices: | ||
- matrix: | ||
arch: x86_64 | ||
packages: | ||
- *gcc_amd64 | ||
- *sysroot_amd64 | ||
- matrix: | ||
arch: aarch64 | ||
packages: | ||
- *gcc_aarch64 | ||
- *sysroot_aarch64 | ||
cudatoolkit: | ||
specific: | ||
- output_types: conda | ||
matrices: | ||
- matrix: | ||
cuda: "11.2" | ||
packages: | ||
- cudatoolkit=11.2 | ||
- matrix: | ||
cuda: "11.4" | ||
packages: | ||
- cudatoolkit=11.4 | ||
- matrix: | ||
cuda: "11.5" | ||
packages: | ||
- cudatoolkit=11.5 | ||
develop: | ||
common: | ||
- output_types: [conda, requirements] | ||
packages: | ||
- pre-commit | ||
doc: | ||
common: | ||
- output_types: [conda, requirements] | ||
packages: | ||
- pydata-sphinx-theme | ||
- myst-parser | ||
py_version: | ||
specific: | ||
- output_types: conda | ||
matrices: | ||
- matrix: | ||
py: "3.8" | ||
packages: | ||
- python=3.8 | ||
- matrix: | ||
py: "3.9" | ||
packages: | ||
- python=3.9 | ||
- matrix: | ||
packages: | ||
- python>=3.8,<3.10 | ||
run_python: | ||
common: | ||
- output_types: [conda, requirements] | ||
packages: | ||
- *cudf_ver | ||
- geopandas>=0.11.0 | ||
- rmm=22.12.* | ||
test_cpp: | ||
common: | ||
- output_types: conda | ||
packages: | ||
- gtest=1.10.0 | ||
- gmock=1.10.0 | ||
test_python: | ||
common: | ||
- output_types: [conda, requirements] | ||
packages: | ||
- pytest | ||
- pytest-cov |