Skip to content

Commit

Permalink
use published rapids-dependency-file-generator packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 22, 2024
1 parent 8b841c2 commit e5d02b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repos:
- id: verify-copyright
- id: verify-alpha-spec
- repo: https://github.com/rapidsai/dependency-file-generator
rev: v1.13.11
rev: v1.16.0
hooks:
- id: rapids-dependency-file-generator
args: ["--clean"]
Expand Down
8 changes: 0 additions & 8 deletions ci/build_wheel_libcuspatial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,6 @@ set -euo pipefail

package_name="libcuspatial"

git clone \
--branch multiple-file-keys \
https://github.com/jameslamb/dependency-file-generator.git \
/tmp/rapids-dependency-file-generator

pip uninstall --yes rapids-dependency-file-generator
pip install /tmp/rapids-dependency-file-generator

rapids-logger "Generating build requirements"
matrix_selectors="cuda=${RAPIDS_CUDA_VERSION%.*};arch=$(arch);py=${RAPIDS_PY_VERSION};cuda_suffixed=true"

Expand Down

0 comments on commit e5d02b9

Please sign in to comment.