Skip to content

Commit

Permalink
Update version of scm
Browse files Browse the repository at this point in the history
  • Loading branch information
noscode committed Nov 6, 2024
1 parent b93ed79 commit a07d694
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[build-system]
# We need setup.cfg support, which setuptools introduced in 30.3.0.
requires = ["setuptools>=30.3.0", "wheel", "setuptools_scm<=8.0.4"]
requires = ["setuptools>=30.3.0", "wheel", "setuptools_scm<=7.1.0"]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install_requires =
pandas <= 2.2.2
setup_requires =
setuptools
setuptools_scm <= 8.0.4
setuptools_scm <= 7.1.0

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit a07d694

Please sign in to comment.