Skip to content

Commit

Permalink
use setuptools_scm < 8 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Sep 25, 2023
1 parent 93b93ab commit ed87e45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build-system]
requires = ["setuptools", "pkgconfig", "Cython", "setuptools_scm>=1.7"]
requires = ["setuptools", "pkgconfig", "Cython", "setuptools_scm>=1.7,<8"]
build-backend = "setuptools.build_meta"
2 changes: 1 addition & 1 deletion requirements.d/development.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setuptools >=45, !=60.6.0, !=60.7.0
setuptools_scm
setuptools_scm <8
pip
virtualenv
pkgconfig
Expand Down

0 comments on commit ed87e45

Please sign in to comment.