Skip to content
Snippets Groups Projects
Commit f59f1db4 authored by zqwerty's avatar zqwerty Committed by zhuqi
Browse files

update setup.py:add tokenizers requirement

parent 35b8ee9f
Branches
Tags
No related merge requests found
...@@ -34,6 +34,7 @@ setup( ...@@ -34,6 +34,7 @@ setup(
'nltk>=3.4', 'nltk>=3.4',
'tqdm>=4.30', 'tqdm>=4.30',
'checksumdir>=1.1', 'checksumdir>=1.1',
'dataclasses',
'visdom', 'visdom',
'Pillow', 'Pillow',
'future', 'future',
...@@ -46,6 +47,7 @@ setup( ...@@ -46,6 +47,7 @@ setup(
'tensorflow==1.14', 'tensorflow==1.14',
'tensorboard>=1.14.0', 'tensorboard>=1.14.0',
'tensorboardX==1.7', 'tensorboardX==1.7',
'tokenizers>=0.8.0',
'allennlp==0.9.0', 'allennlp==0.9.0',
'requests', 'requests',
'simplejson', 'simplejson',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment