updating examples
This commit is contained in:
8
setup.py
8
setup.py
@@ -13,11 +13,11 @@ setup(
|
||||
url="https://github.com/huggingface/pytorch-pretrained-BERT",
|
||||
packages=find_packages(exclude=["*.tests", "*.tests.*",
|
||||
"tests.*", "tests"]),
|
||||
install_requires=['numpy',
|
||||
'torch>=0.4.1',
|
||||
install_requires=['torch>=0.4.1',
|
||||
'numpy',
|
||||
'boto3',
|
||||
'requests>=2.18',
|
||||
'tqdm>=4.19'],
|
||||
'requests',
|
||||
'tqdm'],
|
||||
scripts=["bin/pytorch_pretrained_bert"],
|
||||
python_requires='>=3.5.0',
|
||||
tests_require=['pytest'],
|
||||
|
||||
Reference in New Issue
Block a user