diff options
Diffstat (limited to 'misc/py-sagemaker/files/patch-pyproject.toml')
| -rw-r--r-- | misc/py-sagemaker/files/patch-pyproject.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/py-sagemaker/files/patch-pyproject.toml b/misc/py-sagemaker/files/patch-pyproject.toml new file mode 100644 index 000000000000..25bf9034e62b --- /dev/null +++ b/misc/py-sagemaker/files/patch-pyproject.toml @@ -0,0 +1,9 @@ +--- pyproject.toml.orig 2025-11-20 20:00:00 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools>=64"] ++requires = ["setuptools"] + build-backend = "setuptools.build_meta" + + [project] |
