Skip to content

Commit

Permalink
Fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Dec 13, 2023
1 parent f01f87c commit 0df8093
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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 @@ -41,7 +41,7 @@ dependencies:
- pytest-xdist
- python>=3.9,<3.11
- rmm==24.2.*
- scikit-build-core >=0.7.0
- scikit-build-core>=0.7.0
- scikit-image
- shapely
- sphinx<6
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 @@ -43,7 +43,7 @@ dependencies:
- pytest-xdist
- python>=3.9,<3.11
- rmm==24.2.*
- scikit-build-core >=0.7.0
- scikit-build-core>=0.7.0
- scikit-image
- shapely
- sphinx<6
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@ dependencies:
- cython>=3.0.0
- output_types: conda
packages:
- &skbuild scikit-build-core >=0.7.0
- scikit-build-core>=0.7.0
- output_types: [requirements, pyproject]
packages:
- &skbuild_pyproject scikit-build-core[pyproject] >=0.7.0
- scikit-build-core[pyproject]>=0.7.0
specific:
- output_types: conda
matrices:
Expand Down
2 changes: 1 addition & 1 deletion python/cuproj/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requires = [
"cython>=3.0.0",
"ninja",
"rmm==24.2.*",
"scikit-build-core[pyproject] >=0.7.0",
"scikit-build-core[pyproject]>=0.7.0",
"setuptools",
"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/cuspatial/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requires = [
"cython>=3.0.0",
"ninja",
"rmm==24.2.*",
"scikit-build-core[pyproject] >=0.7.0",
"scikit-build-core[pyproject]>=0.7.0",
"setuptools",
"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 0df8093

Please sign in to comment.