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

Use verify-alpha-spec hook #1399

Merged
merged 5 commits into from
Jul 19, 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
9 changes: 5 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,16 @@ repos:
- id: codespell
args: ["--config pyproject.toml"]
additional_dependencies: ["tomli"]
- repo: https://github.com/rapidsai/pre-commit-hooks
rev: v0.2.0
hooks:
- id: verify-copyright
- id: verify-alpha-spec
- repo: https://github.com/rapidsai/dependency-file-generator
rev: v1.13.11
hooks:
- id: rapids-dependency-file-generator
args: ["--clean"]
- repo: https://github.com/rapidsai/pre-commit-hooks
rev: v0.0.3
hooks:
- id: verify-copyright


default_language_version:
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ dependencies:
- geopandas>=0.11.0
- ipython
- ipywidgets
- libcudf==24.8.*
- libcudf==24.8.*,>=0.0.0a0
- libcuspatial-tests==24.8.*
- libcuspatial==24.8.*
- librmm==24.8.*
- librmm==24.8.*,>=0.0.0a0
- myst-parser
- nbsphinx
- ninja
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ dependencies:
- geopandas>=0.11.0
- ipython
- ipywidgets
- libcudf==24.8.*
- libcudf==24.8.*,>=0.0.0a0
- libcuspatial-tests==24.8.*
- libcuspatial==24.8.*
- librmm==24.8.*
- librmm==24.8.*,>=0.0.0a0
- myst-parser
- nbsphinx
- ninja
Expand Down
8 changes: 4 additions & 4 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ dependencies:
packages:
- c-compiler
- cxx-compiler
- libcudf==24.8.*
- librmm==24.8.*
- libcudf==24.8.*,>=0.0.0a0
- librmm==24.8.*,>=0.0.0a0
- proj
- sqlite
specific:
Expand Down Expand Up @@ -504,5 +504,5 @@ dependencies:
- output_types: conda
packages:
- libcuspatial==24.8.*
- cuspatial==24.8.*
- cuproj==24.8.*
- cuspatial==24.8.*,>=0.0.0a0
- cuproj==24.8.*,>=0.0.0a0
Loading