Skip to content

Commit 7da0d63

Browse files
committed
pin packages
1 parent 2e62689 commit 7da0d63

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
version=version,
2929
description=('automatically tag news articles with justice-related'
3030
' categories and extract location information'),
31-
author='Kevin Rose, Josh Herzberg, Matt Sweeney',
31+
author='Kevin Rose, Josh Herzberg, Michael Chladek',
3232
url='https://github.com/chicago-justice-project/article-tagging',
3333
package_dir={'': 'lib'},
3434
packages=['tagnews',
@@ -39,8 +39,10 @@
3939
'tagnews.geoloc.models.lstm',
4040
'tagnews.senteval',
4141
'tagnews.tests'],
42-
install_requires=['nltk', 'numpy>=1.13', 'scikit-learn==0.19.0', 'pandas', 'scipy',
43-
'tensorflow>=1.4', 'h5py', 'keras', 'shapely', 'requests'],
42+
install_requires=['nltk==3.2.5', 'numpy==1.14', 'scikit-learn==0.19.0',
43+
'pandas==0.22.0', 'scipy==1.0.0', 'tensorflow==1.5',
44+
'h5py==2.7.1', 'keras==2.1.4', 'shapely==1.6.4.post2',
45+
'requests==2.18.4', 'google-cloud-language==1.3.0'],
4446
package_data={'tagnews': ['crimetype/models/binary_stemmed_logistic/*.pkl',
4547
'geoloc/models/lstm/saved/*.hdf5',
4648
'data/glove.6B.50d.txt',

0 commit comments

Comments
 (0)