Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TMP: Pin setuptools_scm<8 #115

Merged
merged 2 commits into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build-system]
requires = [
"setuptools",
"setuptools_scm>=6.2",
"setuptools_scm>=6.2,<8",
"jinja2>=2.10.3",
"numpy>=1.25,<2; python_version<'3.12'",

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = pyerfa
author = The PyERFA Developers
license = BSD 3-Clause License
license_file = LICENSE.rst
license_files = LICENSE.rst
url = https://github.com/liberfa/pyerfa
description = Python bindings for ERFA
long_description = file: README.rst
Expand Down
Loading