Skip to content

Commit

Permalink
Merge pull request #450 from autonomio/lock_package_versions
Browse files Browse the repository at this point in the history
Lock package versions for deps to legacy version
  • Loading branch information
mikkokotila authored Jan 25, 2020
2 parents 0635968 + 8e390f7 commit 375a5a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,12 @@
except ImportError:
from distutils.core import setup

install_requires = ['wrangle',
install_requires = ['statsmodels>=0.11.0',
'wrangle',
'numpy',
'pandas',
'keras',
'tensorflow<=1.5.0',
'keras==2.3.0',
'astetik',
'sklearn',
'tqdm',
Expand Down

0 comments on commit 375a5a1

Please sign in to comment.