Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Nov 19, 2017
1 parent f22218b commit 565f0a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -21,7 +21,7 @@ pydocstyle
pycryptodomex
pyensae
pymyinstall
pyquickhelper>1.5.2215
pyquickhelper>=1.5.2259
pyshp
qgrid
semantic_version
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -222,7 +222,7 @@ def write_version():
package_dir=package_dir,
package_data=package_data,
install_requires=[
"pyquickhelper", "pyensae", "pymyinstall",
"pyquickhelper>=1.5.2259", "pyensae", "pymyinstall",
"scikit-learn", "pyrsslocal", "pandas", "numpy",
"matplotlib", "jupyter"],
# avoids downloading cvxopt (its installation is never easy)
Expand Down

0 comments on commit 565f0a9

Please sign in to comment.