Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Power System Simulation and Optimization
DPsim
DPsim
Commits
fac5a340
Commit
fac5a340
authored
Jan 12, 2018
by
Steffen Vogel
🎅🏼
Browse files
add wheel to python dependencies
Former-commit-id:
77115048
parent
e31e05c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
fac5a340
...
...
@@ -38,6 +38,7 @@ RUN pip3 install \
matplotlib
\
sphinx
\
m2r
\
breathe
breathe
\
wheel
ENV
LD_LIBRARY_PATH /usr/local/lib64
setup.py
View file @
fac5a340
...
...
@@ -92,7 +92,8 @@ setup(
setup_requires
=
[
'pytest-runner'
,
'm2r'
,
'breathe'
'breathe'
,
'wheel'
],
tests_require
=
[
'pytest'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment