We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc16e7f commit 2df8890Copy full SHA for 2df8890
1 file changed
pyproject.toml
@@ -15,7 +15,7 @@ authors = [
15
{name = "Grant Buster", email = "grant.buster@nlr.gov"},
16
]
17
license = {text = "BSD-3-Clause"}
18
-requires-python = ">= 3.8"
+requires-python = ">= 3.8, < 3.12"
19
classifiers=[
20
"Development Status :: 4 - Beta",
21
"Intended Audience :: Science/Research",
@@ -28,7 +28,7 @@ classifiers=[
28
29
dependencies = [
30
"matplotlib>=3.1",
31
- "NLR-rex",
+ "NREL-rex",
32
"numpy>=1.16",
33
"pandas>=0.25",
34
"pytest>=5.2",
0 commit comments