Add requirements
This commit is contained in:
parent
3e2c776b3e
commit
67f34706bc
1 changed files with 59 additions and 0 deletions
59
requirements.txt
Normal file
59
requirements.txt
Normal file
|
@ -0,0 +1,59 @@
|
|||
aiohttp==3.7.4.post0
|
||||
aiohttp-cors==0.7.0
|
||||
aioredis==1.3.1
|
||||
async-timeout==3.0.1
|
||||
attrs==20.3.0
|
||||
blessings==1.7
|
||||
cachetools==4.2.1
|
||||
certifi==2020.12.5
|
||||
chardet==4.0.0
|
||||
click==7.1.2
|
||||
colorama==0.4.4
|
||||
colorful==0.5.4
|
||||
cycler==0.10.0
|
||||
filelock==3.0.12
|
||||
google-api-core==1.26.2
|
||||
google-auth==1.28.0
|
||||
googleapis-common-protos==1.53.0
|
||||
gpustat==0.6.0
|
||||
grpcio==1.36.1
|
||||
hiredis==2.0.0
|
||||
idna==2.10
|
||||
importlib-metadata==3.9.0
|
||||
jsonschema==3.2.0
|
||||
kiwisolver==1.3.1
|
||||
matplotlib==3.3.4
|
||||
msgpack==1.0.2
|
||||
multidict==5.1.0
|
||||
numpy==1.20.1
|
||||
nvidia-ml-py3==7.352.0
|
||||
opencensus==0.7.12
|
||||
opencensus-context==0.1.2
|
||||
packaging==20.9
|
||||
pandas==1.2.3
|
||||
Pillow==8.1.2
|
||||
prometheus-client==0.9.0
|
||||
protobuf==3.15.6
|
||||
psutil==5.8.0
|
||||
py-spy==0.3.5
|
||||
pyasn1==0.4.8
|
||||
pyasn1-modules==0.2.8
|
||||
pyparsing==2.4.7
|
||||
pyrsistent==0.17.3
|
||||
python-dateutil==2.8.1
|
||||
pytz==2021.1
|
||||
PyYAML==5.4.1
|
||||
ray==1.2.0
|
||||
redis==3.5.3
|
||||
requests==2.25.1
|
||||
rsa==4.7.2
|
||||
six==1.15.0
|
||||
tabulate==0.8.9
|
||||
tensorboardX==2.1
|
||||
torch==1.8.0+cu111
|
||||
torchaudio==0.8.0
|
||||
torchvision==0.9.0+cu111
|
||||
typing-extensions==3.7.4.3
|
||||
urllib3==1.26.4
|
||||
yarl==1.6.3
|
||||
zipp==3.4.1
|
Reference in a new issue