Skip to content

Commit

Permalink
Add component model dependency to simulate FMUs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgelmh committed Oct 10, 2024
1 parent 0bbd80f commit 94746a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ build-backend = "setuptools.build_meta"
"fmpy>=0.3.21",
"matplotlib>=3.7.1",
"pint>=0.24.3",
"sympy>=1.13.3"
"sympy>=1.13.3",
"component-model>=0.0.1"
]
#dynamic = ["version"]

Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ libcosimpy>=0.0.1
FMPy>=0.3.20
matplotlib>=3.7.1
docutils>=0.20.1
sympy>=1.13.3
component-model>=0.0.1

0 comments on commit 94746a5

Please sign in to comment.