Skip to content

Commit

Permalink
Fix more recipes and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Dec 8, 2023
1 parent e395c5d commit c2e8013
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies:
- recommonmark
- requests
- rmm==24.2.*
- scikit-build-core>=0.7.0
- scikit-build-core >=0.7.0
- scikit-learn>=0.23.1
- scipy
- setuptools>=61.0.0
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies:
- recommonmark
- requests
- rmm==24.2.*
- scikit-build-core>=0.7.0
- scikit-build-core >=0.7.0
- scikit-learn>=0.23.1
- scipy
- setuptools>=61.0.0
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cugraph-pyg/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ requirements:
host:
- cython >=3.0.0
- python
- scikit-build >=0.7.0
- scikit-build-core >=0.7.0
run:
- rapids-dask-dependency ={{ minor_version }}
- numba >=0.57
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cugraph/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ requirements:
- python
- raft-dask ={{ minor_version }}
- rmm ={{ minor_version }}
- scikit-build >=0.7.0
- scikit-build-core >=0.7.0
- setuptools
run:
- aiohttp
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/pylibcugraph/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ requirements:
- libcugraph ={{ version }}
- pylibraft ={{ minor_version }}
- python
- scikit-build >=0.7.0
- scikit-build-core >=0.7.0
- setuptools
run:
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,10 @@ dependencies:
- cython>=3.0.0
- output_types: conda
packages:
- scikit-build-core>=0.7.0
- scikit-build-core >=0.7.0
- output_types: [pyproject, requirements]
packages:
- scikit-build-core[pyproject]>=0.7.0
- scikit-build-core[pyproject] >=0.7.0
python_run_cugraph:
common:
- output_types: [conda, pyproject]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ __Other Packages__:
* cython
* setuputils3
* scikit-learn
* scikit-build
* scikit-build-core
* nanobind>=0.2.0

## Building wholegraph
Expand Down
2 changes: 1 addition & 1 deletion python/cugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requires = [
"pylibcugraph==24.2.*",
"pylibraft==24.2.*",
"rmm==24.2.*",
"scikit-build-core[pyproject]>=0.7.0",
"scikit-build-core[pyproject] >=0.7.0",
"setuptools>=61.0.0",
"wheel",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
Expand Down
2 changes: 1 addition & 1 deletion python/pylibcugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires = [
"ninja",
"pylibraft==24.2.*",
"rmm==24.2.*",
"scikit-build-core[pyproject]>=0.7.0",
"scikit-build-core[pyproject] >=0.7.0",
"setuptools>=61.0.0",
"wheel",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
Expand Down

0 comments on commit c2e8013

Please sign in to comment.