Skip to content

Commit

Permalink
Remove pin from setuptools
Browse files Browse the repository at this point in the history
python 3.12 requires newer version of setuptools.
  • Loading branch information
timj committed Nov 20, 2023
1 parent b392bd3 commit 5e138d8
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
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools<65",
"setuptools",
"lsst-versions >= 1.3.0",
"wheel",
"pybind11 >= 2.5.0",
Expand Down

0 comments on commit 5e138d8

Please sign in to comment.