|
28 | 28 | version=version,
|
29 | 29 | description=('automatically tag news articles with justice-related'
|
30 | 30 | ' categories and extract location information'),
|
31 |
| - author='Kevin Rose, Josh Herzberg, Matt Sweeney', |
| 31 | + author='Kevin Rose, Josh Herzberg, Michael Chladek', |
32 | 32 | url='https://github.com/chicago-justice-project/article-tagging',
|
33 | 33 | package_dir={'': 'lib'},
|
34 | 34 | packages=['tagnews',
|
|
39 | 39 | 'tagnews.geoloc.models.lstm',
|
40 | 40 | 'tagnews.senteval',
|
41 | 41 | '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'], |
44 | 46 | package_data={'tagnews': ['crimetype/models/binary_stemmed_logistic/*.pkl',
|
45 | 47 | 'geoloc/models/lstm/saved/*.hdf5',
|
46 | 48 | 'data/glove.6B.50d.txt',
|
|
0 commit comments