Skip to content

Commit

Permalink
FIX cython install path of libcuvs and libcuvs_c
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Mar 3, 2024
1 parent 09f11c6 commit 2581814
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/environments/all_cuda-118_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ dependencies:
- recommonmark
- rmm==24.4.*
- scikit-build-core>=0.7.0
- scikit-learn
- sphinx-copybutton
- sphinx-markdown-tables
- sysroot_linux-aarch64==2.17
Expand Down
1 change: 1 addition & 0 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ dependencies:
- recommonmark
- rmm==24.4.*
- scikit-build-core>=0.7.0
- scikit-learn
- sphinx-copybutton
- sphinx-markdown-tables
- sysroot_linux-64==2.17
Expand Down
1 change: 1 addition & 0 deletions conda/environments/all_cuda-122_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dependencies:
- recommonmark
- rmm==24.4.*
- scikit-build-core>=0.7.0
- scikit-learn
- sphinx-copybutton
- sphinx-markdown-tables
- sysroot_linux-aarch64==2.17
Expand Down
1 change: 1 addition & 0 deletions conda/environments/all_cuda-122_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dependencies:
- recommonmark
- rmm==24.4.*
- scikit-build-core>=0.7.0
- scikit-learn
- sphinx-copybutton
- sphinx-markdown-tables
- sysroot_linux-64==2.17
Expand Down
1 change: 1 addition & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -378,3 +378,4 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- *pylibraft_conda
- scikit-learn
1 change: 1 addition & 0 deletions python/cuvs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ test = [
"pylibraft==24.4.*",
"pytest-cov",
"pytest==7.*",
"scikit-learn",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

[project.urls]
Expand Down

0 comments on commit 2581814

Please sign in to comment.