Skip to content

Commit

Permalink
setup: increment setuptools (editable installs)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Nov 14, 2023
1 parent 6f85b0c commit d748e22
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
Expand Up @@ -4,7 +4,7 @@ requires = [
# for building Cython extensions
"cython", "numpy", "setuptools", "wheel",
# for version management
"setuptools>=45", "setuptools_scm[toml]>=6.2"
"setuptools>=46", "setuptools_scm[toml]>=6.2"
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit d748e22

Please sign in to comment.