Skip to content

Commit

Permalink
fix setup.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
jlherzberg committed Jan 15, 2020
1 parent c710925 commit b9a37fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tagnews/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
__all__ = [utils, crimetype, CrimeTags, GeoCoder, SentimentGoogler,
get_lat_longs_from_geostrings, load_data, load_glove]

__version__ = '1.3.1'
__version__ = '1.3.2'
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
'tagnews.crimetype.models.binary_stemmed_logistic',
'tagnews.geoloc',
'tagnews.geoloc.models.lstm',
'tagnews.senteval',
'tagnews.tests'],
install_requires=['nltk', 'numpy>=1.13', 'scikit-learn==0.19.0', 'pandas', 'scipy',
'tensorflow>=1.4', 'h5py', 'keras', 'shapely', 'requests'],
Expand Down

0 comments on commit b9a37fe

Please sign in to comment.