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.
1 parent caa4417 commit edd84b1Copy full SHA for edd84b1
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
6
[project]
7
-name = "pvlib-branch"
+name = "pvlib"
8
description = "A set of functions and classes for simulating the performance of photovoltaic energy systems."
9
authors = [
10
{ name = "pvlib python Developers", email = "[email protected]" },
@@ -17,7 +17,6 @@ dependencies = [
17
'requests',
18
'scipy >= 1.6.0',
19
'h5py',
20
- "flake8>=7.1.1",
21
]
22
license = { text = "BSD-3-Clause" }
23
classifiers = [
0 commit comments