NickHerrig commited on
Commit
f70a98a
·
unverified ·
1 Parent(s): bd16a43

Add requirements file to app

Browse files
Files changed (1) hide show
  1. requirements.txt +104 -0
requirements.txt ADDED
@@ -0,0 +1,104 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.3.0
3
+ annotated-types==0.6.0
4
+ anyio==4.3.0
5
+ attrs==23.2.0
6
+ blis==0.7.11
7
+ catalogue==2.0.10
8
+ certifi==2024.2.2
9
+ charset-normalizer==3.3.2
10
+ click==8.1.7
11
+ cloudpathlib==0.16.0
12
+ confection==0.1.4
13
+ contourpy==1.2.1
14
+ cycler==0.12.1
15
+ cymem==2.0.8
16
+ dnspython==2.6.1
17
+ email_validator==2.1.1
18
+ exceptiongroup==1.2.1
19
+ fastai==2.7.15
20
+ fastapi==0.111.0
21
+ fastapi-cli==0.0.3
22
+ fastcore==1.5.37
23
+ fastdownload==0.0.7
24
+ fastprogress==1.0.3
25
+ ffmpy==0.3.2
26
+ filelock==3.14.0
27
+ fonttools==4.51.0
28
+ fsspec==2024.5.0
29
+ gradio==4.31.4
30
+ gradio_client==0.16.4
31
+ h11==0.14.0
32
+ httpcore==1.0.5
33
+ httptools==0.6.1
34
+ httpx==0.27.0
35
+ huggingface-hub==0.23.0
36
+ idna==3.7
37
+ importlib_resources==6.4.0
38
+ Jinja2==3.1.4
39
+ joblib==1.4.2
40
+ jsonschema==4.22.0
41
+ jsonschema-specifications==2023.12.1
42
+ kiwisolver==1.4.5
43
+ langcodes==3.4.0
44
+ language_data==1.2.0
45
+ marisa-trie==1.1.1
46
+ markdown-it-py==3.0.0
47
+ MarkupSafe==2.1.5
48
+ matplotlib==3.9.0
49
+ mdurl==0.1.2
50
+ mpmath==1.3.0
51
+ murmurhash==1.0.10
52
+ networkx==3.3
53
+ numpy==1.26.4
54
+ orjson==3.10.3
55
+ packaging==24.0
56
+ pandas==2.2.2
57
+ pillow==10.3.0
58
+ preshed==3.0.9
59
+ pydantic==2.7.1
60
+ pydantic_core==2.18.2
61
+ pydub==0.25.1
62
+ Pygments==2.18.0
63
+ pyparsing==3.1.2
64
+ python-dateutil==2.9.0.post0
65
+ python-dotenv==1.0.1
66
+ python-multipart==0.0.9
67
+ pytz==2024.1
68
+ PyYAML==6.0.1
69
+ referencing==0.35.1
70
+ requests==2.31.0
71
+ rich==13.7.1
72
+ rpds-py==0.18.1
73
+ ruff==0.4.4
74
+ scikit-learn==1.4.2
75
+ scipy==1.13.0
76
+ semantic-version==2.10.0
77
+ shellingham==1.5.4
78
+ six==1.16.0
79
+ smart-open==6.4.0
80
+ sniffio==1.3.1
81
+ spacy==3.7.4
82
+ spacy-legacy==3.0.12
83
+ spacy-loggers==1.0.5
84
+ srsly==2.4.8
85
+ starlette==0.37.2
86
+ sympy==1.12
87
+ thinc==8.2.3
88
+ threadpoolctl==3.5.0
89
+ tomlkit==0.12.0
90
+ toolz==0.12.1
91
+ torch==2.3.0
92
+ torchvision==0.18.0
93
+ tqdm==4.66.4
94
+ typer==0.9.4
95
+ typing_extensions==4.11.0
96
+ tzdata==2024.1
97
+ ujson==5.10.0
98
+ urllib3==2.2.1
99
+ uvicorn==0.29.0
100
+ uvloop==0.19.0
101
+ wasabi==1.1.2
102
+ watchfiles==0.21.0
103
+ weasel==0.3.4
104
+ websockets==11.0.3