Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tobin-ford committed Aug 1, 2024
1 parent 57cb222 commit f884166
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ keywords = [
]
dependencies = [
"aiohttp==3.9.5",
"numpy==1.26.4",
"pvlib==0.10.3",
"scipy<1.14.0",
"NREL-rex",
"cartopy",
"dask[dataframe]",
Expand All @@ -41,19 +44,17 @@ dependencies = [
"netCDF4",
"notebook",
"numba",
"numpy",
"openpyxl",
"pandas",
"photovoltaic",
"pvlib",
"python-dateutil",
"pytz",
"scipy",
"seaborn",
"tables",
"tqdm",
"xarray",
"pre-commit",
"sympy",
]
dynamic = ["version"]

Expand Down

0 comments on commit f884166

Please sign in to comment.