Skip to content

Commit

Permalink
fix(pyproject): update scipy version
Browse files Browse the repository at this point in the history
  • Loading branch information
TammieYu committed Jan 6, 2024
1 parent 021f504 commit 2c916bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies = [
"pyradiance >= 0.3.0",
"pywincalc>=3.1.0",
"pyenergyplus_lbnl>=23.2.0",
"scipy~=1.10.1",
"scipy>=1.10.1",
]
license = {"file"= "license.txt"}
requires-python = ">= 3.8"
Expand Down

0 comments on commit 2c916bf

Please # to comment.