Skip to content

Commit 2df8890

Browse files
committed
fix: update Python version requirement and correct dependency name in pyproject.toml
1 parent cc16e7f commit 2df8890

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors = [
1515
{name = "Grant Buster", email = "grant.buster@nlr.gov"},
1616
]
1717
license = {text = "BSD-3-Clause"}
18-
requires-python = ">= 3.8"
18+
requires-python = ">= 3.8, < 3.12"
1919
classifiers=[
2020
"Development Status :: 4 - Beta",
2121
"Intended Audience :: Science/Research",
@@ -28,7 +28,7 @@ classifiers=[
2828
]
2929
dependencies = [
3030
"matplotlib>=3.1",
31-
"NLR-rex",
31+
"NREL-rex",
3232
"numpy>=1.16",
3333
"pandas>=0.25",
3434
"pytest>=5.2",

0 commit comments

Comments
 (0)