You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This made it possible to install cpnest on python 3.12 with setuptools 69.5.1 and should be compatible with older versions.
The text was updated successfully, but these errors were encountered:
SimonMaenaut
changed the title
Setuptools version 69 requires pyproject.toml for build-system requirements
Setuptools version 69 requires pyproject.toml
Apr 27, 2024
As noted in the setuptools documentation
setup_requires
insetup.py
was deprecated and apyproject.toml
file is required.In addition to
cpnest/setup.py
Line 73 in 249c0e2
and
cpnest/setup.cfg
Lines 4 to 6 in 249c0e2
a new
pyproject.toml
file should be added:This made it possible to install cpnest on python 3.12 with setuptools 69.5.1 and should be compatible with older versions.
The text was updated successfully, but these errors were encountered: