We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wheel
1 parent 4b29358 commit 3f43a52Copy full SHA for 3f43a52
docs/sphinx/source/whatsnew/v0.12.1.rst
@@ -24,6 +24,10 @@ Documentation
24
* Documented how `np.nan` values are handled by :py:func:`~pvlib.spectrum.average_photon_energy`
25
(:issue:`2423`, :pull:`2426`)
26
27
+Requirements
28
+~~~~~~~~~~~~
29
+* ``wheel`` is no longer a build dependency. (:pull:`2439`)
30
+
31
Testing
32
~~~~~~~
33
pyproject.toml
@@ -1,5 +1,5 @@
1
[build-system]
2
-requires = ["setuptools>=61", "wheel", "setuptools_scm>=6.2"]
+requires = ["setuptools>=70.1", "setuptools_scm>=6.2"]
3
build-backend = "setuptools.build_meta"
4
5
0 commit comments