Skip to content

Commit

Permalink
pin setuptools_scm to < version 8
Browse files Browse the repository at this point in the history
  • Loading branch information
molpopgen committed Sep 27, 2023
1 parent 25f5156 commit a35c677
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
Expand Up @@ -3,7 +3,7 @@
requires = [
"setuptools>=30.3.0",
"wheel",
"setuptools_scm",
"setuptools_scm<8",
"pybind11[global]==2.11.1",
"cmake>=3.27.2"
]
Expand Down
2 changes: 1 addition & 1 deletion requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ demes~=0.2.2
#and running tests
msprime~=1.0
tskit~=0.5.0
setuptools_scm
setuptools_scm<8
pytest
pytest-xdist
hypothesis==6.56.4
Expand Down

0 comments on commit a35c677

Please sign in to comment.