Skip to content

Commit

Permalink
update to reflect latest rapids-dependency-file-generator changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ajschmidt8 committed Aug 16, 2022
1 parent efa8378 commit 015013c
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 53 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/conda-envs.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .github/workflows/dependency-files.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: dependency-files

on:
pull_request:

jobs:
check_generated_files:
uses: rapidsai/shared-action-workflows/.github/workflows/dependency-files.yaml@main
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file was automatically generated by `rapids-dependency-file-generator`. Changes should not be made directly to this file.
# Instead, edit ../../dependencies.yaml and rerun `rapids-dependency-file-generator`.
channels:
- rapidsai
- conda-forge
Expand All @@ -21,4 +23,4 @@ dependencies:
- python>=3.8,<3.10
- scikit-build>=0.13.1
- spdlog>=1.8.5,<1.9
name: full_cuda-11.5_arch-x86_64
name: all_cuda-11.5_arch-x86_64
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This file was automatically generated by `rapids-dependency-file-generator`. Changes should not be made directly to this file.
# Instead, edit ../../dependencies.yaml and rerun `rapids-dependency-file-generator`.
channels:
- rapidsai
- conda-forge
Expand All @@ -21,4 +23,4 @@ dependencies:
- python>=3.8,<3.10
- scikit-build>=0.13.1
- spdlog>=1.8.5,<1.9
name: full_cuda-11.6_arch-x86_64
name: all_cuda-11.6_arch-x86_64
43 changes: 0 additions & 43 deletions conda/environments/envs.yaml

This file was deleted.

52 changes: 52 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# dependency files to create
files:
all:
generate: conda
matrix:
cuda_version: ["11.5", "11.6"]
arch: [x86_64]
includes:
- miscellaneous
- test
# channels to add to conda environment files
channels:
- rapidsai
- conda-forge
# dependency lists
dependencies:
conda_and_requirements:
common:
miscellaneous:
- black=22.3.0
- cffi>=1.10.0
- clang=11.1.0
- cmake>=3.20.1,!=3.23.0
- cmakelang=0.6.13
- cython>=0.29,<0.30
- flake8=3.8.3
- gcovr>=5.0
- isort=5.10.1
- numba>=0.49
- numpy>=1.19
- python>=3.8,<3.10
- scikit-build>=0.13.1
test:
- pytest
- pytest-cov
x86_64-11.5:
miscellaneous:
- cuda-python>=11.5,<11.7.1
x86_64-11.6:
miscellaneous:
- cuda-python>=11.6,<11.7.1
conda:
common:
miscellaneous:
- clang-tools=11.1.0
- spdlog>=1.8.5,<1.9
x86_64-11.5:
miscellaneous:
- cudatoolkit=11.5
x86_64-11.6:
miscellaneous:
- cudatoolkit=11.6

0 comments on commit 015013c

Please sign in to comment.