Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bis-aria
ariaec
Commits
eb5c0be4
Commit
eb5c0be4
authored
Jul 03, 2019
by
Fabrice ALLAIN
Browse files
fix: change dependencies in setup.py
parent
be5afca4
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
eb5c0be4
...
...
@@ -208,13 +208,12 @@ def setup_package():
# Setuptools 18.0 properly handles Cython extensions.
'setuptools>=18.0'
,
'cython==0.28.2'
,
'numpy<1.16'
,
'numpy<
=
1.16
.4
'
,
'biopython==1.73'
,
'scipy<1.3.0'
,
'matplotlib<3.0'
,
'pytest-runner'
,
'networkx==2.2'
,
'MDAnalysis<=0.19'
],
tests_requires
=
[
'pytest<=4.6'
,
...
...
@@ -254,6 +253,7 @@ def setup_package():
'better_apidoc'
,
'requests[security]'
,
# 'scikit-bio' Doesn't works with python 2.7. Only 3.4 +
'MDAnalysis<0.19'
],
entry_points
=
{
'console_scripts'
:
[
...
...
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