Skip to content

Commit

Permalink
Add pyproject_metadata to support editable installs
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Dec 1, 2023
1 parent 727d17e commit 100486c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ dependencies:
- ptxcompiler
- pyarrow==14.0.1.*
- pydata-sphinx-theme!=0.14.2
- pyproject-metadata
- pytest
- pytest-benchmark
- pytest-cases
Expand Down
1 change: 1 addition & 0 deletions conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ dependencies:
- protobuf>=4.21,<5
- pyarrow==14.0.1.*
- pydata-sphinx-theme!=0.14.2
- pyproject-metadata
- pytest
- pytest-benchmark
- pytest-cases
Expand Down
1 change: 1 addition & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ dependencies:
# TODO: Pin to numpy<1.25 until cudf requires pandas 2
- &numpy numpy>=1.21,<1.25
- scikit-build-core>=0.7.0
- pyproject-metadata
- output_types: [conda, requirements, pyproject]
packages:
# Hard pin the patch version used during the build. This must be kept
Expand Down
1 change: 1 addition & 0 deletions python/cudf/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ requires = [
"numpy>=1.21,<1.25",
"protoc-wheel",
"pyarrow==14.0.1.*",
"pyproject-metadata",
"rmm==24.2.*",
"scikit-build-core>=0.7.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
Expand Down
1 change: 1 addition & 0 deletions python/cudf_kafka/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ requires = [
"cython>=3.0.3",
"numpy>=1.21,<1.25",
"pyarrow==14.0.1.*",
"pyproject-metadata",
"scikit-build-core>=0.7.0",
"setuptools",
"wheel",
Expand Down

0 comments on commit 100486c

Please sign in to comment.