Skip to content
Snippets Groups Projects
Commit ed0dc474 authored by zqwerty's avatar zqwerty
Browse files

update requirements.txt

parent dabde2db
Branches
Tags
No related merge requests found
...@@ -4,13 +4,13 @@ aiohttp==3.8.1 ...@@ -4,13 +4,13 @@ aiohttp==3.8.1
aiosignal==1.2.0 aiosignal==1.2.0
async-timeout==4.0.2 async-timeout==4.0.2
attrs==21.4.0 attrs==21.4.0
blis==0.7.7 blis==0.7.8
boto3==1.24.17 boto3==1.24.22
botocore==1.27.17 botocore==1.27.22
cachetools==5.2.0 cachetools==5.2.0
catalogue==2.0.7 catalogue==2.0.7
certifi==2022.5.18.1 certifi==2022.5.18.1
charset-normalizer==2.0.12 charset-normalizer==2.1.0
click==8.1.3 click==8.1.3
colorama==0.4.5 colorama==0.4.5
cycler==0.11.0 cycler==0.11.0
...@@ -24,13 +24,13 @@ fonttools==4.33.3 ...@@ -24,13 +24,13 @@ fonttools==4.33.3
frozenlist==1.3.0 frozenlist==1.3.0
fsspec==2022.5.0 fsspec==2022.5.0
fuzzywuzzy==0.18.0 fuzzywuzzy==0.18.0
google-auth==2.8.0 google-auth==2.9.0
google-auth-oauthlib==0.4.6 google-auth-oauthlib==0.4.6
grpcio==1.46.3 grpcio==1.47.0
gTTS==2.2.4 gTTS==2.2.4
huggingface-hub==0.8.1 huggingface-hub==0.8.1
idna==3.3 idna==3.3
importlib-metadata==4.11.4 importlib-metadata==4.12.0
jieba==0.42.1 jieba==0.42.1
Jinja2==3.1.2 Jinja2==3.1.2
jmespath==1.0.1 jmespath==1.0.1
...@@ -47,12 +47,12 @@ multidict==6.0.2 ...@@ -47,12 +47,12 @@ multidict==6.0.2
multiprocess==0.70.13 multiprocess==0.70.13
murmurhash==1.0.7 murmurhash==1.0.7
nltk==3.7 nltk==3.7
numpy==1.22.4 numpy==1.23.0
oauthlib==3.2.0 oauthlib==3.2.0
packaging==21.3 packaging==21.3
pandas==1.4.2 pandas==1.4.3
pathy==0.6.1 pathy==0.6.2
Pillow==9.1.1 Pillow==9.2.0
portalocker==2.4.0 portalocker==2.4.0
preshed==3.0.6 preshed==3.0.6
protobuf==3.19.4 protobuf==3.19.4
...@@ -70,7 +70,7 @@ PyYAML==6.0 ...@@ -70,7 +70,7 @@ PyYAML==6.0
pyzmq==23.2.0 pyzmq==23.2.0
quadprog==0.1.11 quadprog==0.1.11
regex==2022.6.2 regex==2022.6.2
requests==2.28.0 requests==2.28.1
requests-oauthlib==1.3.1 requests-oauthlib==1.3.1
responses==0.18.0 responses==0.18.0
rouge-score==0.0.4 rouge-score==0.0.4
...@@ -96,13 +96,13 @@ tensorboardX==2.5.1 ...@@ -96,13 +96,13 @@ tensorboardX==2.5.1
thinc==8.0.17 thinc==8.0.17
threadpoolctl==3.1.0 threadpoolctl==3.1.0
tokenizers==0.12.1 tokenizers==0.12.1
torch==1.11.0 torch==1.12.0
torchfile==0.1.0 torchfile==0.1.0
tornado==6.1 tornado==6.2
tqdm==4.64.0 tqdm==4.64.0
transformers==4.20.1 transformers==4.20.1
typer==0.4.1 typer==0.4.2
typing_extensions==4.2.0 typing_extensions==4.3.0
Unidecode==1.3.4 Unidecode==1.3.4
urllib3==1.26.9 urllib3==1.26.9
visdom==0.1.8.9 visdom==0.1.8.9
......
...@@ -33,7 +33,7 @@ setup( ...@@ -33,7 +33,7 @@ setup(
'tabulate', 'tabulate',
'python-Levenshtein', 'python-Levenshtein',
'requests', 'requests',
'numpy>=1.22', 'numpy',
'nltk', 'nltk',
'scipy', 'scipy',
'tensorboard', 'tensorboard',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment