Skip to content

Commit

Permalink
Add helics as a direct dependency, add comment to federate agent code.
Browse files Browse the repository at this point in the history
  • Loading branch information
misi9170 committed Nov 21, 2024
1 parent ed80498 commit 357c9a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hercules/seas_federate_agent.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file contains code copied directly from SEAS, https://github.com/nreL/seas.
# This is a temporary workaround until we can go back to importing SEAS directly.

from abc import ABC
import ast
import helics
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies = [
"floris~=4.0",
"nrel-pysam~=4.2",
"netCDF4",
"helics~=3.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 357c9a1

Please sign in to comment.