Skip to content

Commit 3f43a52

Browse files
authored
Drop wheel from build requirements; no longer needed as of setuptools 70.1 (#2439)
* drop wheel; bump setuptools to >=70.1 setuptools 70.1.0 brought in the `bdist_wheel` command from `wheel`: https://setuptools.pypa.io/en/stable/history.html#v70-1-0 * whatsnew * Update v0.12.1.rst
1 parent 4b29358 commit 3f43a52

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/sphinx/source/whatsnew/v0.12.1.rst

+4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ Documentation
2424
* Documented how `np.nan` values are handled by :py:func:`~pvlib.spectrum.average_photon_energy`
2525
(:issue:`2423`, :pull:`2426`)
2626

27+
Requirements
28+
~~~~~~~~~~~~
29+
* ``wheel`` is no longer a build dependency. (:pull:`2439`)
30+
2731
Testing
2832
~~~~~~~
2933

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61", "wheel", "setuptools_scm>=6.2"]
2+
requires = ["setuptools>=70.1", "setuptools_scm>=6.2"]
33
build-backend = "setuptools.build_meta"
44

55

0 commit comments

Comments
 (0)