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
bf3c81cf
Commit
bf3c81cf
authored
Jul 03, 2019
by
Fabrice ALLAIN
Browse files
fix: solve numpy dependency issue with hdbscan
parent
eb5c0be4
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
bf3c81cf
...
...
@@ -208,7 +208,7 @@ def setup_package():
# Setuptools 18.0 properly handles Cython extensions.
'setuptools>=18.0'
,
'cython==0.28.2'
,
'numpy
<
=1.16.
4
'
,
'numpy
=
=1.16.
0
'
,
'biopython==1.73'
,
'scipy<1.3.0'
,
'matplotlib<3.0'
,
...
...
@@ -225,7 +225,7 @@ def setup_package():
'future==0.17.1'
,
'setuptools>=18.0'
,
'cython==0.28.2'
,
'numpy
<
1.16'
,
'numpy
==
1.16
.0
'
,
'matplotlib<3.0'
,
'docutils>=0.3'
,
'six>=1.10'
,
...
...
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