ManishW commited on
Commit
a4d87f1
·
1 Parent(s): 022acf4

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +31 -29
requirements.txt CHANGED
@@ -1,34 +1,36 @@
1
- aiosignal==1.3.1
2
- attrs==23.1.0
3
- certifi==2023.7.22
4
- charset-normalizer==3.3.1
5
- click==8.1.7
6
- colorama==0.4.6
7
- contourpy==1.1.1
8
- cycler==0.12.1
9
- filelock==3.12.4
10
- fonttools==4.43.1
11
- frozenlist==1.4.0
12
- idna==3.4
13
- jsonschema==4.19.1
14
- jsonschema-specifications==2023.7.1
15
- kiwisolver==1.4.5
16
  matplotlib==3.8.0
17
- msgpack==1.0.7
 
 
18
  numpy==1.26.1
19
- packaging==23.2
20
  pandas==2.1.2
21
- Pillow==10.1.0
22
- protobuf==4.24.4
23
- pyparsing==3.1.1
24
- python-dateutil==2.8.2
25
- pytz==2023.3.post1
26
  PyYAML==6.0.1
27
- ray==2.7.1
28
- referencing==0.30.2
29
- requests==2.31.0
30
- rpds-py==0.10.6
31
  seaborn==0.13.0
32
- six==1.16.0
33
- tzdata==2023.3
34
- urllib3==2.0.7
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio==4.0.2
2
+ gradio_client==0.7.0
3
+ httpx==0.25.0
4
+ huggingface-hub==0.17.3
5
+ Jinja2==3.1.2
6
+ jinxed==1.2.0
7
+ joblib==1.3.2
8
+ jupyterlab-widgets==3.0.9
 
 
 
 
 
 
 
9
  matplotlib==3.8.0
10
+ mkdocs==1.5.3
11
+ mkdocstrings==0.23.0
12
+ mkdocstrings-python==1.7.3
13
  numpy==1.26.1
 
14
  pandas==2.1.2
15
+ pre-commit==3.5.0
16
+ pydantic==2.4.2
17
+ pydantic_core==2.10.1
 
 
18
  PyYAML==6.0.1
19
+ regex==2023.10.3
20
+ rich==13.6.0
21
+ scikit-learn==1.3.2
22
+ scipy==1.11.3
23
  seaborn==0.13.0
24
+ starlette==0.27.0
25
+ tokenizers==0.14.1
26
+ torch==2.1.0
27
+ torchaudio==2.1.0
28
+ torchvision==0.16.0
29
+ tqdm==4.66.1
30
+ transformers==4.34.1
31
+ typer==0.9.0
32
+ uvicorn==0.23.2
33
+ virtualenv==20.21.0
34
+ wandb==0.15.12
35
+ wordcloud==1.9.2
36
+ yarl==1.9.2