Skip to content

Commit c4684e4

Browse files
Update rapids-build-backend to 0.4.1 (#922)
Issue: rapidsai/build-planning#207 Authors: - Kyle Edwards (https://github.com/KyleFromNVIDIA) Approvers: - Bradley Dice (https://github.com/bdice) - Gigon Bae (https://github.com/gigony) URL: #922
1 parent 633c007 commit c4684e4

File tree

4 files changed

+7
-11
lines changed

4 files changed

+7
-11
lines changed

conda/recipes/cucim/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ requirements:
5454
- cupy >=12.0.0
5555
- libcucim ={{ version }}
5656
- python
57-
- rapids-build-backend >=0.3.0,<0.4.0.dev0
57+
- rapids-build-backend >=0.4.0,<0.5.0.dev0
5858
- scikit-image >=0.19.0,<0.25.0a0
5959
- scipy >=1.6
60-
- setuptools >=61.0.0
60+
- setuptools >=80.9.0
6161
run:
6262
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
6363
- cuda-cudart

dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ dependencies:
240240
common:
241241
- output_types: [conda, requirements, pyproject]
242242
packages:
243-
- rapids-build-backend>=0.3.0,<0.4.0.dev0
244-
- setuptools>=61.0.0
243+
- rapids-build-backend>=0.4.0,<0.5.0.dev0
244+
- setuptools>=80.9.0
245245
run:
246246
common:
247247
- output_types: [conda, requirements, pyproject]

python/cucim/MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# https://packaging.python.org/guides/using-manifest-in/
22
include .editorconfig
33

4-
include src/cucim/VERSION
54
include CHANGELOG.md
65
include CONTRIBUTING.md
76
include LICENSE

python/cucim/pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
[build-system]
55
build-backend = "rapids_build_backend.build"
66
requires = [
7-
"rapids-build-backend>=0.3.0,<0.4.0.dev0",
8-
"setuptools>=61.0.0",
7+
"rapids-build-backend>=0.4.0,<0.5.0.dev0",
8+
"setuptools>=80.9.0",
99
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
1010

1111
[project]
@@ -91,7 +91,7 @@ cucim = "cucim.clara.cli:main"
9191
[tool.rapids-build-backend]
9292
build-backend = "setuptools.build_meta"
9393
commit-files = [
94-
"src/cucim/COMMIT_FILE"
94+
"src/cucim/GIT_COMMIT"
9595
]
9696
dependencies-file = "../../dependencies.yaml"
9797
requires = [
@@ -111,9 +111,6 @@ version = {file = "src/cucim/VERSION"}
111111
[tool.setuptools.packages.find]
112112
where = ["src"]
113113

114-
[tool.setuptools.package-data]
115-
mypkg = ["*.pyi", "*.h", "*.cu", "VERSION"]
116-
117114
[tool.pydistcheck]
118115
select = [
119116
"distro-too-large-compressed",

0 commit comments

Comments
 (0)