Skip to content

Commit

Permalink
Unpin setuptools_scm
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Sep 26, 2023
1 parent 699ec1d commit 86da59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name="emmet-core",
use_scm_version={"root": "..", "relative_to": __file__},
setup_requires=["setuptools_scm>=6,<8"],
setup_requires=["setuptools_scm"],
description="Core Emmet Library",
author="The Materials Project",
author_email="feedback@materialsproject.org",
Expand Down

0 comments on commit 86da59b

Please sign in to comment.