HuggyMonkey commited on
Commit
1c95e83
1 Parent(s): 86267bb

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +90 -0
requirements.txt ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.8.5
3
+ aiosignal==1.3.1
4
+ altair==5.1.1
5
+ annotated-types==0.5.0
6
+ anyio==3.7.1
7
+ async-timeout==4.0.3
8
+ attrs==23.1.0
9
+ certifi==2023.7.22
10
+ charset-normalizer==3.2.0
11
+ click==8.1.7
12
+ contourpy==1.1.1
13
+ cycler==0.11.0
14
+ datasets==2.14.4
15
+ dill==0.3.7
16
+ et-xmlfile==1.1.0
17
+ exceptiongroup==1.1.3
18
+ faiss-cpu==1.7.4
19
+ fastapi==0.103.1
20
+ ffmpy==0.3.1
21
+ filelock==3.12.3
22
+ fonttools==4.42.1
23
+ frozenlist==1.4.0
24
+ fsspec==2023.6.0
25
+ gradio==3.44.3
26
+ gradio_client==0.5.0
27
+ h11==0.14.0
28
+ httpcore==0.18.0
29
+ httpx==0.25.0
30
+ huggingface-hub==0.16.4
31
+ idna==3.4
32
+ importlib-resources==6.0.1
33
+ Jinja2==3.1.2
34
+ joblib==1.3.2
35
+ jsonschema==4.19.0
36
+ jsonschema-specifications==2023.7.1
37
+ kiwisolver==1.4.5
38
+ MarkupSafe==2.1.3
39
+ matplotlib==3.8.0
40
+ mpmath==1.3.0
41
+ multidict==6.0.4
42
+ multiprocess==0.70.15
43
+ networkx==3.1
44
+ nltk==3.8.1
45
+ numpy==1.25.2
46
+ openpyxl==3.1.2
47
+ orjson==3.9.7
48
+ packaging==23.1
49
+ pandas==2.1.0
50
+ Pillow==10.0.0
51
+ plotly==5.17.0
52
+ pyarrow==13.0.0
53
+ pydantic==2.3.0
54
+ pydantic_core==2.6.3
55
+ pydub==0.25.1
56
+ pyparsing==3.1.1
57
+ python-dateutil==2.8.2
58
+ python-dotenv==1.0.0
59
+ python-multipart==0.0.6
60
+ pytz==2023.3
61
+ PyYAML==6.0.1
62
+ referencing==0.30.2
63
+ regex==2023.8.8
64
+ requests==2.31.0
65
+ rpds-py==0.10.3
66
+ safetensors==0.3.3
67
+ scikit-learn==1.3.0
68
+ scipy==1.11.2
69
+ semantic-version==2.10.0
70
+ sentence-transformers==2.2.2
71
+ sentencepiece==0.1.99
72
+ six==1.16.0
73
+ sniffio==1.3.0
74
+ starlette==0.27.0
75
+ sympy==1.12
76
+ tenacity==8.2.3
77
+ threadpoolctl==3.2.0
78
+ tokenizers==0.13.3
79
+ toolz==0.12.0
80
+ torch==2.0.1
81
+ torchvision==0.15.2
82
+ tqdm==4.66.1
83
+ transformers==4.32.1
84
+ typing_extensions==4.7.1
85
+ tzdata==2023.3
86
+ urllib3==2.0.4
87
+ uvicorn==0.23.2
88
+ websockets==11.0.3
89
+ xxhash==3.3.0
90
+ yarl==1.9.2