feddernico
commited on
Commit
•
765358b
1
Parent(s):
79f6c4b
Upload folder using huggingface_hub
Browse files- requirements.txt +123 -0
requirements.txt
ADDED
@@ -0,0 +1,123 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
altair==5.3.0
|
3 |
+
annotated-types==0.7.0
|
4 |
+
anyio==4.4.0
|
5 |
+
appnope==0.1.4
|
6 |
+
asttokens==2.4.1
|
7 |
+
attrs==23.2.0
|
8 |
+
certifi==2024.7.4
|
9 |
+
charset-normalizer==3.3.2
|
10 |
+
click==8.1.7
|
11 |
+
comm==0.2.2
|
12 |
+
contourpy==1.2.1
|
13 |
+
cycler==0.12.1
|
14 |
+
dacite==1.8.1
|
15 |
+
debugpy==1.8.2
|
16 |
+
decorator==5.1.1
|
17 |
+
dnspython==2.6.1
|
18 |
+
email_validator==2.2.0
|
19 |
+
executing==2.0.1
|
20 |
+
fastapi==0.111.0
|
21 |
+
fastapi-cli==0.0.4
|
22 |
+
ffmpy==0.3.2
|
23 |
+
filelock==3.15.4
|
24 |
+
fonttools==4.53.1
|
25 |
+
fsspec==2024.6.1
|
26 |
+
gradio==4.38.1
|
27 |
+
gradio_client==1.1.0
|
28 |
+
h11==0.14.0
|
29 |
+
htmlmin==0.1.12
|
30 |
+
httpcore==1.0.5
|
31 |
+
httptools==0.6.1
|
32 |
+
httpx==0.27.0
|
33 |
+
huggingface-hub==0.23.4
|
34 |
+
idna==3.7
|
35 |
+
ImageHash==4.3.1
|
36 |
+
importlib_resources==6.4.0
|
37 |
+
ipykernel==6.29.5
|
38 |
+
ipython==8.26.0
|
39 |
+
ipywidgets==8.1.3
|
40 |
+
jedi==0.19.1
|
41 |
+
Jinja2==3.1.4
|
42 |
+
joblib==1.4.2
|
43 |
+
jsonschema==4.23.0
|
44 |
+
jsonschema-specifications==2023.12.1
|
45 |
+
jupyter_client==8.6.2
|
46 |
+
jupyter_core==5.7.2
|
47 |
+
jupyterlab_widgets==3.0.11
|
48 |
+
kiwisolver==1.4.5
|
49 |
+
lightgbm==4.4.0
|
50 |
+
llvmlite==0.43.0
|
51 |
+
markdown-it-py==3.0.0
|
52 |
+
MarkupSafe==2.1.5
|
53 |
+
matplotlib==3.8.4
|
54 |
+
matplotlib-inline==0.1.7
|
55 |
+
mdurl==0.1.2
|
56 |
+
multimethod==1.12
|
57 |
+
nest-asyncio==1.6.0
|
58 |
+
networkx==3.3
|
59 |
+
numba==0.60.0
|
60 |
+
numpy==1.26.4
|
61 |
+
orjson==3.10.6
|
62 |
+
packaging==24.1
|
63 |
+
pandas==2.2.2
|
64 |
+
parso==0.8.4
|
65 |
+
patsy==0.5.6
|
66 |
+
pexpect==4.9.0
|
67 |
+
phik==0.12.4
|
68 |
+
pillow==10.4.0
|
69 |
+
platformdirs==4.2.2
|
70 |
+
plotly==5.22.0
|
71 |
+
prompt_toolkit==3.0.47
|
72 |
+
psutil==6.0.0
|
73 |
+
ptyprocess==0.7.0
|
74 |
+
pure-eval==0.2.2
|
75 |
+
pydantic==2.8.2
|
76 |
+
pydantic_core==2.20.1
|
77 |
+
pydub==0.25.1
|
78 |
+
Pygments==2.18.0
|
79 |
+
pyparsing==3.1.2
|
80 |
+
python-dateutil==2.9.0.post0
|
81 |
+
python-dotenv==1.0.1
|
82 |
+
python-multipart==0.0.9
|
83 |
+
pytz==2024.1
|
84 |
+
PyWavelets==1.6.0
|
85 |
+
PyYAML==6.0.1
|
86 |
+
pyzmq==26.0.3
|
87 |
+
referencing==0.35.1
|
88 |
+
requests==2.32.3
|
89 |
+
rich==13.7.1
|
90 |
+
rpds-py==0.19.0
|
91 |
+
ruff==0.5.1
|
92 |
+
scikit-learn==1.5.1
|
93 |
+
scipy==1.13.1
|
94 |
+
seaborn==0.13.2
|
95 |
+
semantic-version==2.10.0
|
96 |
+
shellingham==1.5.4
|
97 |
+
six==1.16.0
|
98 |
+
sniffio==1.3.1
|
99 |
+
stack-data==0.6.3
|
100 |
+
starlette==0.37.2
|
101 |
+
statsmodels==0.14.2
|
102 |
+
tenacity==8.5.0
|
103 |
+
threadpoolctl==3.5.0
|
104 |
+
tomlkit==0.12.0
|
105 |
+
toolz==0.12.1
|
106 |
+
tornado==6.4.1
|
107 |
+
tqdm==4.66.4
|
108 |
+
traitlets==5.14.3
|
109 |
+
typeguard==4.3.0
|
110 |
+
typer==0.12.3
|
111 |
+
typing_extensions==4.12.2
|
112 |
+
tzdata==2024.1
|
113 |
+
ujson==5.10.0
|
114 |
+
urllib3==2.2.2
|
115 |
+
uvicorn==0.30.1
|
116 |
+
uvloop==0.19.0
|
117 |
+
visions==0.7.6
|
118 |
+
watchfiles==0.22.0
|
119 |
+
wcwidth==0.2.13
|
120 |
+
websockets==11.0.3
|
121 |
+
widgetsnbextension==4.0.11
|
122 |
+
wordcloud==1.9.3
|
123 |
+
ydata-profiling==4.8.3
|