Skip to content

Commit

Permalink
Fix cuda-python and setuptools dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Feb 23, 2023
1 parent 901f342 commit abb0363
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ dependencies:
- output_types: pyproject_build
packages:
- wheel
- setuptools
- setuptools>=61.0.0
checks:
common:
- output_types: [conda, requirements]
Expand Down Expand Up @@ -143,7 +143,7 @@ dependencies:
- numpy>=1.19
cuda-python:
common:
- output_types: [conda, requirements, pyproject_dependencies]
- output_types: [conda, requirements, pyproject_build, pyproject_dependencies]
packages:
- cuda-python>=11.7.1,<12.0
test_python:
Expand Down
3 changes: 2 additions & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@
build-backend = "setuptools.build_meta"
requires = [
"cmake>=3.23.1,!=3.25.0",
"cuda-python>=11.7.1,<12.0",
"cython>=0.29,<0.30",
"ninja",
"scikit-build>=0.13.1",
"setuptools",
"setuptools>=61.0.0",
"tomli",
"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 abb0363

Please sign in to comment.