Skip to content

Commit

Permalink
Test pmdarima 1.0.0 to test windows (#212)
Browse files Browse the repository at this point in the history
Seeing if an earlier version of pmdarima works in windows
  • Loading branch information
IanGrimstead authored Mar 22, 2019
1 parent 8abcfdc commit 58a985f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def setup_package():
'Programming Language :: Python :: 3.6',
],
install_requires=['matplotlib', 'numpy', 'scipy', 'wordcloud', 'pandas', 'tqdm', 'nltk', 'scikit-learn', 'xlrd',
'python-Levenshtein', 'gensim', 'pmdarima', 'keras', 'tensorflow', 'keras_tqdm',
'python-Levenshtein', 'gensim', 'pmdarima=1.0.0', 'keras', 'tensorflow', 'keras_tqdm',
'patsy', 'humanfriendly', 'psutil', 'jinja2'],
# extras_require={'dev': ['check-manifest'],'test': ['coverage'],},
python_requires='>=3.6',
Expand Down

0 comments on commit 58a985f

Please sign in to comment.