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

Migrate as much as possible to pyproject.toml, stop using versioneer to manage versions, update dependencies.yaml. #232

Merged
merged 11 commits into from
Jun 7, 2023
Prev Previous commit
Next Next commit
Add pre-commit hook for rapids-dependency-file-generator.
  • Loading branch information
bdice committed Jun 5, 2023
commit 3e8385e41f838b1dac789dce96a8b2d97642c5a3
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ repos:
^CHANGELOG.md$|
^.*versioneer.py$
)
- repo: https://github.com/rapidsai/dependency-file-generator
rev: v1.5.2
hooks:
- id: rapids-dependency-file-generator
args: ["--clean"]

default_language_version:
python: python3
6 changes: 3 additions & 3 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ dependencies:
- c-compiler
- cmake>=3.23.1,!=3.25.0
- cudatoolkit=11.8
- cudf=23.08
- cupy >=12.0.0
- cudf=23.08.*
- cupy>=12.0.0
- cxx-compiler
- cython>=0.29,<0.30
- dask>=2022.05.2
Expand All @@ -20,7 +20,7 @@ dependencies:
- libcufile-dev=1.4.0.31
- libcufile=1.4.0.31
- ninja
- numpy >=1.20
- numpy>=1.21
- pre-commit
- pydata-sphinx-theme
- pytest
Expand Down