Skip to content

Commit

Permalink
add requirements to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairewj committed Mar 18, 2021
1 parent 0c48dde commit a9591ef
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Expand Up @@ -14,7 +14,13 @@
author_email='aewj@mit.edu',
license='Apache 2.0',
packages=setuptools.find_packages(),
install_requires=[],
install_requires=[
'nltk>=3.4.5', 'mpmath>=1.1.0', 'numpy>=1.19.2', 'pandas>=1.1.3',
'pytest>=4.2.0', 'pytorch>=1.6.0', 'scikit-learn>=0.23.2',
'spacy>=2.3.2', 'sympy>=1.6.2', 'tqdm>=4.32.1', 'regex>=2020.10.23',
'transformers>=3.4.0', 'tokenizers>=0.9.2', 'stanfordnlp>=0.2.0',
'google-cloud-storage>=1.32.0'
],
python_requires='>=3.6',
entry_points={
'console_scripts': ['bert_deid = bert_deid.__main__:main'],
Expand Down

0 comments on commit a9591ef

Please sign in to comment.