Skip to content

Commit

Permalink
Merge branch 'fix_testing_dependency_versioning' into temperature-ret…
Browse files Browse the repository at this point in the history
…urn-type-fixes
  • Loading branch information
tobin-ford committed Aug 2, 2024
2 parents 4e2dbac + 0d72f4b commit 8b870bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
9 changes: 9 additions & 0 deletions docs/source/whatsnew/releases/v0.3.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,12 @@ Bug Fixes
Contributors
~~~~~~~~~~~~
* Tobin Ford (:ghuser:`Tobin-Ford`)
* Restrict the following dependencies to fix unit testing
- numpy==1.26.4
- pvlib==0.10.3
- scipy<1.14.0

Contributors
~~~~~~~~~~~~
* Tobin Ford (:ghuser:`tobin-ford`)

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 8b870bf

Please sign in to comment.