Skip to content

Commit

Permalink
Revert "build: temporarily pin setuptools-scm" (#9978)
Browse files Browse the repository at this point in the history
This reverts commit 7b40968.
  • Loading branch information
skshetry authored Sep 26, 2023
1 parent b8106e5 commit 95c9790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools>=61", "setuptools_scm[toml]>=7,<8"]
requires = ["setuptools>=61", "setuptools_scm[toml]>=7"]

[project]
name = "dvc"
Expand Down

0 comments on commit 95c9790

Please sign in to comment.