Skip to content
Snippets Groups Projects
Commit ff373483 authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Added SciPy as dependency (may not stay)

parent e2596705
No related branches found
No related tags found
2 merge requests!71Better schedule, including plotting,!69Some basic functionality for plotting a schedule
Pipeline #16674 failed
...@@ -80,7 +80,8 @@ setuptools.setup( ...@@ -80,7 +80,8 @@ setuptools.setup(
"numpy", "numpy",
"pyside2", "pyside2",
"graphviz", "graphviz",
"matplotlib" "matplotlib",
"scipy"
], ],
packages=["b_asic", "b_asic/GUI"], packages=["b_asic", "b_asic/GUI"],
ext_modules=[CMakeExtension("b_asic")], ext_modules=[CMakeExtension("b_asic")],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment