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 7c7959c commit 318f262
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,8 @@ files:
extras:
table: build-system
includes:
- build_all
- build_python
- build_python_common
- build_wheels
py_run_cudf:
output: pyproject
pyproject_dir: python/cudf
Expand Down Expand Up @@ -170,12 +168,10 @@ channels:
dependencies:
build_all:
common:
- output_types: [conda, requirements, pyproject]
- output_types: conda
packages:
- &cmake_ver cmake>=3.23.1,!=3.25.0
- ninja
- output_types: conda
packages:
- c-compiler
- cxx-compiler
- dlpack>=0.5,<0.6.0a0
Expand Down
4 changes: 0 additions & 4 deletions python/cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@
[build-system]
build-backend = "scikit_build_core.build"
requires = [
"cmake>=3.23.1,!=3.25.0",
"cython>=0.29,<0.30",
"ninja",
"numpy>=1.21",
"protoc-wheel",
"pyarrow==11.0.0.*",
"rmm==23.8.*",
"scikit-build-core",
"setuptools",
"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 318f262

Please sign in to comment.