Skip to content

Commit

Permalink
Lock setuptools_scm version
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSava committed Nov 14, 2023
1 parent 3d4bb35 commit 3a22bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"pyyaml>=5.1",
]

SETUP_REQUIREMENTS = ["setuptools>=28", "setuptools_scm"]
SETUP_REQUIREMENTS = ["setuptools>=28", "setuptools_scm < 6.1"]

with open("test_requirements.txt") as f:
test_requirements = f.read().splitlines()
Expand Down

0 comments on commit 3a22bdd

Please sign in to comment.