Skip to content

Commit

Permalink
Remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Jun 7, 2023
1 parent 43105dd commit fe57fdc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
1 change: 0 additions & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ dependencies:
- python>=3.9,<3.11
- scikit-build-core
- spdlog>=1.11.0,<1.12
- tomli
name: all_cuda-118_arch-x86_64
9 changes: 2 additions & 7 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,21 +61,16 @@ dependencies:
common:
- output_types: [conda, requirements, pyproject]
packages:
- &cmake_ver cmake>=3.23.1,!=3.25.0
- &cuda_python cuda-python>=11.7.1,<12.0
- cython>=0.29,<0.30
- ninja
- scikit-build-core
- tomli
- output_types: conda
packages:
- &cmake_ver cmake>=3.23.1,!=3.25.0
- ninja
- fmt>=9.1.0,<10
- spdlog>=1.11.0,<1.12
- python>=3.9,<3.11
- output_types: pyproject
packages:
- wheel
- setuptools>=61.0.0
checks:
common:
- output_types: [conda, requirements]
Expand Down
5 changes: 0 additions & 5 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,9 @@
[build-system]
build-backend = "scikit_build_core.build"
requires = [
"cmake>=3.23.1,!=3.25.0",
"cuda-python>=11.7.1,<12.0",
"cython>=0.29,<0.30",
"ninja",
"scikit-build-core",
"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`.

[project]
Expand Down

0 comments on commit fe57fdc

Please sign in to comment.