Skip to content

Commit c8acf69

Browse files
Add setuptools to [build-system]
1 parent e9786a2 commit c8acf69

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

poetry.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+5-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ cryptography = "40.0.2"
2929
executing = "1.2.0"
3030
pydantic = "< 2"
3131
ipywidgets = "8.1.2"
32-
# If updating setuptools version, please verify the odh-notebooks-sync workflow continues to work.
33-
# https://github.com/project-codeflare/codeflare-sdk/actions/workflows/odh-notebooks-sync.yml
34-
# Reference: https://github.com/target/strelka/pull/469
35-
setuptools = "<= 73.0.0"
3632

3733
[tool.poetry.group.docs]
3834
optional = true
@@ -60,4 +56,9 @@ markers = [
6056
"openshift",
6157
"nvidia_gpu"
6258
]
59+
60+
[build-system]
61+
requires = ["setuptools"]
62+
build-backend = "setuptools.build_meta"
63+
6364
addopts = "--timeout=900"

0 commit comments

Comments
 (0)