Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VIGNET Pierre
cadbiom
Commits
adf31d55
Commit
adf31d55
authored
Aug 29, 2017
by
VIGNET Pierre
Browse files
Move pygraphviz to GUI module since it is not installable on cluster system
parent
54c34574
Changes
2
Hide whitespace changes
Inline
Side-by-side
gui/setup.py
View file @
adf31d55
...
...
@@ -74,5 +74,5 @@ setup(
'gui_scripts'
:
[
'cadbiom = cadbiom_gui.__main__:main'
],
},
install_requires
=
[
"cadbiom"
],
install_requires
=
[
"cadbiom"
,
"pygraphviz"
],
)
library/setup.py
View file @
adf31d55
...
...
@@ -137,7 +137,7 @@ setup(
ext_modules
=
modules
,
description
=
"Cadbiom library"
,
long_description
=
open
(
'README.md'
).
read
(),
install_requires
=
[
"networkx<2"
,
"lxml"
,
"pygraphviz"
,
"pycryptosat"
],
install_requires
=
[
"networkx<2"
,
"lxml"
,
"pycryptosat"
],
# Tests
tests_require
=
[
'pytest'
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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