Skip to content

Commit

Permalink
Unpin setuptools_scm < 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-eq committed Feb 7, 2024
1 parent f3a0208 commit 06e4717
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 @@ -14,7 +14,7 @@
# Read the contents of README.md, for PyPI
LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()

SETUP_REQUIREMENTS = ["setuptools>=28", "setuptools_scm < 6.1"]
SETUP_REQUIREMENTS = ["setuptools>=28", "setuptools_scm"]
REQUIREMENTS = [
"resdata>=4.0.0",
"numpy",
Expand Down

0 comments on commit 06e4717

Please sign in to comment.