Skip to content

Commit

Permalink
Update setup install_requires deps to match requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewilde committed Apr 16, 2019
1 parent 95d0db3 commit 556a2cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -97,10 +97,10 @@ def find_libxml2_include():
ext_modules=cythonize(ext_modules),
install_requires=[
'Cython>=0.21.1',
'ftfy>=4.1.0,<5.0.0',
'lxml',
'scikit-learn>=0.15.2,<=0.20',
'numpy',
'scipy',
'ftfy>=4.1.0,<5.0.0'
'numpy>=1.11.0',
'scikit-learn>=0.15.2,<0.21.0',
'scipy>=0.17.0',
]
)

0 comments on commit 556a2cd

Please sign in to comment.