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

update setup.py & requirements.txt

parent 6a051c28
No related branches found
No related tags found
No related merge requests found
absl-py==1.1.0 absl-py==1.1.0
accelerate==0.10.0
aiohttp==3.8.1 aiohttp==3.8.1
aiosignal==1.2.0 aiosignal==1.2.0
async-timeout==4.0.2 async-timeout==4.0.2
...@@ -11,6 +12,7 @@ catalogue==2.0.7 ...@@ -11,6 +12,7 @@ catalogue==2.0.7
certifi==2022.5.18.1 certifi==2022.5.18.1
charset-normalizer==2.0.12 charset-normalizer==2.0.12
click==8.1.3 click==8.1.3
colorama==0.4.5
cycler==0.11.0 cycler==0.11.0
cymem==2.0.6 cymem==2.0.6
datasets==2.3.2 datasets==2.3.2
...@@ -51,8 +53,10 @@ packaging==21.3 ...@@ -51,8 +53,10 @@ packaging==21.3
pandas==1.4.2 pandas==1.4.2
pathy==0.6.1 pathy==0.6.1
Pillow==9.1.1 Pillow==9.1.1
portalocker==2.4.0
preshed==3.0.6 preshed==3.0.6
protobuf==3.19.4 protobuf==3.19.4
psutil==5.9.1
pyarrow==8.0.0 pyarrow==8.0.0
pyasn1==0.4.8 pyasn1==0.4.8
pyasn1-modules==0.2.8 pyasn1-modules==0.2.8
...@@ -69,8 +73,10 @@ regex==2022.6.2 ...@@ -69,8 +73,10 @@ regex==2022.6.2
requests==2.28.0 requests==2.28.0
requests-oauthlib==1.3.1 requests-oauthlib==1.3.1
responses==0.18.0 responses==0.18.0
rouge-score==0.0.4
rsa==4.8 rsa==4.8
s3transfer==0.6.0 s3transfer==0.6.0
sacrebleu==2.1.0
scikit-learn==1.1.1 scikit-learn==1.1.1
scipy==1.8.1 scipy==1.8.1
seqeval==1.2.2 seqeval==1.2.2
...@@ -85,6 +91,7 @@ tabulate==0.8.10 ...@@ -85,6 +91,7 @@ tabulate==0.8.10
tensorboard==2.9.1 tensorboard==2.9.1
tensorboard-data-server==0.6.1 tensorboard-data-server==0.6.1
tensorboard-plugin-wit==1.8.1 tensorboard-plugin-wit==1.8.1
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
......
...@@ -24,6 +24,10 @@ setup( ...@@ -24,6 +24,10 @@ setup(
], ],
setup_requires=['setuptools-git'], setup_requires=['setuptools-git'],
install_requires=[ install_requires=[
'accelerate',
'rouge-score',
'sacrebleu',
'tensorboardX',
'boto3', 'boto3',
'matplotlib', 'matplotlib',
'tabulate', 'tabulate',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment