Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pySAM to 6.0.0 #88

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Allow users to save the GreenHEARTOutput class as a yaml file and read that yaml to an instance of the output class
- Use sentence capitalization for plot labels and legends
- Use "metric ton" instead of "tonne" or "metric tonne" in all internal naming and plots
- Requires pySAM>=6.0.0 following HOPP's update

## v0.1.4 [4 February 2025]

Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ requires-python = ">=3.9, <3.12"
license = {file = "LICENSE"}
dependencies = [
"Cython",
"NREL-PySAM==4.2.0",
"NREL-PySAM>=6.0.0",
"Pillow",
"Plotly",
"Pyomo>=6.1.2",
"fastkml",
"floris",
"future",
"global_land_mask",
"hybridbosse",
"lcoe",
"lxml",
"matplotlib",
Expand Down
Loading