Trueinfo commited on
Commit
9980a30
1 Parent(s): 476fd12

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +124 -0
requirements.txt ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.1.0
2
+ aiohttp==3.8.5
3
+ aiosignal==1.3.1
4
+ altair==5.0.1
5
+ annotated-types==0.5.0
6
+ anyio==3.7.1
7
+ appnope==0.1.3
8
+ asttokens==2.2.1
9
+ async-timeout==4.0.2
10
+ attrs==23.1.0
11
+ backcall==0.2.0
12
+ blinker==1.6.2
13
+ cachetools==5.3.1
14
+ certifi==2023.7.22
15
+ charset-normalizer==3.2.0
16
+ click==8.1.6
17
+ comm==0.1.3
18
+ contourpy==1.1.0
19
+ cycler==0.11.0
20
+ debugpy==1.6.7
21
+ decorator==5.1.1
22
+ dlib==19.24.2
23
+ executing==1.2.0
24
+ face-recognition==1.3.0
25
+ face-recognition-models==0.3.0
26
+ fastapi==0.100.1
27
+ ffmpy==0.3.1
28
+ filelock==3.12.2
29
+ Flask==2.3.2
30
+ fonttools==4.42.0
31
+ frozenlist==1.4.0
32
+ fsspec==2023.6.0
33
+ gitdb==4.0.10
34
+ GitPython==3.1.32
35
+ gradio==3.39.0
36
+ gradio_client==0.3.0
37
+ h11==0.14.0
38
+ httpcore==0.17.3
39
+ httpx==0.24.1
40
+ huggingface-hub==0.16.4
41
+ idna==3.4
42
+ importlib-metadata==6.8.0
43
+ ipykernel==6.25.0
44
+ ipynb-py-convert==0.4.6
45
+ ipython==8.14.0
46
+ itsdangerous==2.1.2
47
+ jedi==0.19.0
48
+ Jinja2==3.1.2
49
+ joblib==1.3.1
50
+ jsonschema==4.18.6
51
+ jsonschema-specifications==2023.7.1
52
+ jupyter_client==8.3.0
53
+ jupyter_core==5.3.1
54
+ kiwisolver==1.4.4
55
+ linkify-it-py==2.0.2
56
+ markdown-it-py==2.2.0
57
+ MarkupSafe==2.1.3
58
+ matplotlib==3.7.2
59
+ matplotlib-inline==0.1.6
60
+ mdit-py-plugins==0.3.3
61
+ mdurl==0.1.2
62
+ multidict==6.0.4
63
+ nest-asyncio==1.5.7
64
+ numpy==1.25.2
65
+ orjson==3.9.2
66
+ packaging==23.1
67
+ pandas==2.0.3
68
+ parso==0.8.3
69
+ pexpect==4.8.0
70
+ pickleshare==0.7.5
71
+ Pillow==9.5.0
72
+ platformdirs==3.10.0
73
+ prompt-toolkit==3.0.39
74
+ protobuf==3.20.0
75
+ psutil==5.9.5
76
+ ptyprocess==0.7.0
77
+ pure-eval==0.2.2
78
+ pyarrow==12.0.1
79
+ pydantic==2.1.1
80
+ pydantic_core==2.4.0
81
+ pydeck==0.8.0
82
+ pydub==0.25.1
83
+ Pygments==2.15.1
84
+ Pympler==1.0.1
85
+ pyparsing==3.0.9
86
+ python-dateutil==2.8.2
87
+ python-multipart==0.0.6
88
+ pytz==2023.3
89
+ pytz-deprecation-shim==0.1.0.post0
90
+ PyYAML==6.0.1
91
+ pyzmq==25.1.0
92
+ referencing==0.30.0
93
+ requests==2.31.0
94
+ rich==13.5.2
95
+ rpds-py==0.9.2
96
+ scikit-learn==1.3.0
97
+ scipy==1.11.1
98
+ semantic-version==2.10.0
99
+ six==1.16.0
100
+ smmap==5.0.0
101
+ sniffio==1.3.0
102
+ stack-data==0.6.2
103
+ starlette==0.27.0
104
+ streamlit==1.25.0
105
+ tenacity==8.2.2
106
+ threadpoolctl==3.2.0
107
+ toml==0.10.2
108
+ toolz==0.12.0
109
+ tornado==6.3.2
110
+ tqdm==4.65.0
111
+ traitlets==5.9.0
112
+ typing_extensions==4.7.1
113
+ tzdata==2023.3
114
+ tzlocal==4.3.1
115
+ uc-micro-py==1.0.2
116
+ urllib3==2.0.4
117
+ uvicorn==0.23.2
118
+ validators==0.21.2
119
+ wcwidth==0.2.6
120
+ websockets==11.0.3
121
+ Werkzeug==2.3.6
122
+ wget==3.2
123
+ yarl==1.9.2
124
+ zipp==3.16.2