Skip to content

Commit

Permalink
Fix for panda/pip 10 installation below py.v3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
c-mertes authored May 8, 2018
1 parent 7b2c0f3 commit 6152ccf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,12 @@ def read(*names, **kwargs):
'keras',
'h5py>=2.8.0rc1',
'networkx>=1.11',
'numpy>=1.13.1',
'numpy',
'kopt',
'scipy',
'sklearn',
'pandas',
'pandas;python_version>="3.5"',
'pandas<0.21;python_version>="3.5"',
'statsmodels',
'pytest'
],
Expand Down

0 comments on commit 6152ccf

Please sign in to comment.