Skip to content

Commit bfb39f5

Browse files
committed
[FIX] Downgrade setuptools_scm to 8.1.0.
GitOrigin-RevId: 9374380caf350737c186062cd55ce7c095ab9971
1 parent 5db00ce commit bfb39f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def reqs(file, without=None):
4040
author="Gretel Labs, Inc.",
4141
author_email="support@gretel.ai",
4242
use_scm_version=True,
43-
setup_requires=["setuptools_scm"],
43+
setup_requires=["setuptools_scm==8.1.0"],
4444
description="Synthetic Data Generation with optional Differential Privacy",
4545
url="https://github.com/gretelai/gretel-synthetics",
4646
license="https://gretel.ai/license/source-available-license",

0 commit comments

Comments
 (0)