Skip to content

Commit

Permalink
#375 reformat file to trigger a build and check tests execute correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Grimstead authored and Ian Grimstead committed Feb 10, 2021
1 parent 5b9d6f8 commit f176424
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@ def setup_package():
'Programming Language :: Python :: 3.6',
],

install_requires=['matplotlib==3.2.1', 'numpy==1.16.2', 'scipy==1.2.1', 'wordcloud==1.7.0', 'pandas==1.0.4', 'tqdm==4.46.1', 'nltk==3.5',
'scikit-learn==0.23.1', 'xlrd==1.2.0', 'python-Levenshtein==0.12.0', 'gensim==3.4.0', 'statsmodels==0.11.1',
'patsy==0.5.1', 'humanfriendly==8.2', 'psutil==5.7.0', 'Jinja2==2.11.2', 'urllib3==1.22'],
install_requires=['matplotlib==3.2.1', 'numpy==1.16.2', 'scipy==1.2.1', 'wordcloud==1.7.0', 'pandas==1.0.4',
'tqdm==4.46.1', 'nltk==3.5', 'scikit-learn==0.23.1', 'xlrd==1.2.0',
'python-Levenshtein==0.12.0', 'gensim==3.4.0', 'statsmodels==0.11.1', 'patsy==0.5.1',
'humanfriendly==8.2', 'psutil==5.7.0', 'Jinja2==2.11.2', 'urllib3==1.22'],
extras_require={'test': ['beautifulsoup4==4.9.1', 'pytest==4.3.1']},
python_requires='>=3.6',
cmdclass={
Expand Down

0 comments on commit f176424

Please sign in to comment.