Skip to content

Commit

Permalink
Try to bump up setuptools version
Browse files Browse the repository at this point in the history
See if this resolves build issues.
  • Loading branch information
Corey Ostrove committed Feb 23, 2025
1 parent 962216e commit 69bb28b
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,7 +1,7 @@

[build-system]
# see https://github.com/cvxgrp/cvxpy/issues/968 for numpy version
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2", "cython", "numpy>=1.16.0"]
requires = ["setuptools>=64", "wheel", "setuptools_scm>=6.2", "cython", "numpy>=1.16.0"]

[tool.setuptools_scm]
write_to = "pygsti/_version.py"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml.no_cython
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

[build-system]
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
requires = ["setuptools>=64", "wheel", "setuptools_scm>=6.2"]

[tool.setuptools_scm]
write_to = "pygsti/_version.py"
Expand Down

0 comments on commit 69bb28b

Please sign in to comment.