Skip to content

Commit

Permalink
Added scipy
Browse files Browse the repository at this point in the history
Signed-off-by: SystemsPurge <[email protected]>
  • Loading branch information
SystemsPurge committed Nov 6, 2024
1 parent 729914b commit dbb78ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
kombu
termcolor
pandas
scipy
psutil
dpsim
requests
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
],
packages=find_namespace_packages(include=['villas.*']),
install_requires=[
"scipy",
"pandas",
'dpsim',
'dotmap',
Expand Down

0 comments on commit dbb78ea

Please sign in to comment.