Skip to content

Commit

Permalink
Merge 959c6f6 into 4f295b6
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Dec 29, 2022
2 parents 4f295b6 + 959c6f6 commit c0654cc
Show file tree
Hide file tree
Showing 3 changed files with 284 additions and 404 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencies:
- pip
- pydoe2
- pyoptsparse
- pyside2
- pytest
- pytest-cov
- python
Expand All @@ -39,6 +38,7 @@ dependencies:
- swig
- pip:
- marmot-agents
- dearpygui
# Needs to be done outside of environment file:
# - m2w64-toolchain # [win]
# - libpython # [win]
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def copy_shared_libraries():
author="NREL WISDEM Team",
author_email="systems.engineering@nrel.gov",
install_requires=[
"dearpygui",
"jsonschema",
"marmot-agents>=0.2.5",
"numpy",
Expand Down

0 comments on commit c0654cc

Please sign in to comment.