Aggiunto requirements.txt
Browse files- requirements.txt +73 -20
requirements.txt
CHANGED
@@ -1,16 +1,31 @@
|
|
1 |
absl-py==2.0.0
|
|
|
|
|
2 |
altair==5.2.0
|
|
|
3 |
astunparse==1.6.3
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
6 |
cachetools==5.3.2
|
7 |
-
certifi==2023.
|
8 |
-
|
9 |
-
|
|
|
|
|
10 |
colorama==0.4.6
|
11 |
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
13 |
flatbuffers==23.5.26
|
|
|
14 |
fsspec==2023.12.2
|
15 |
gast==0.5.4
|
16 |
gitdb==4.0.11
|
@@ -21,33 +36,62 @@ google-pasta==0.2.0
|
|
21 |
grpcio==1.60.0
|
22 |
h5py==3.10.0
|
23 |
huggingface-hub==0.20.2
|
24 |
-
idna==3.
|
25 |
importlib-metadata==6.11.0
|
|
|
|
|
|
|
|
|
26 |
Jinja2==3.1.2
|
27 |
-
joblib==1.3.2
|
28 |
jsonschema==4.20.0
|
29 |
jsonschema-specifications==2023.12.1
|
|
|
30 |
keras==2.15.0
|
|
|
31 |
libclang==16.0.6
|
32 |
Markdown==3.5.2
|
33 |
markdown-it-py==3.0.0
|
34 |
MarkupSafe==2.1.3
|
|
|
35 |
mdurl==0.1.2
|
36 |
ml-dtypes==0.2.0
|
37 |
mpmath==1.3.0
|
|
|
38 |
networkx==3.2.1
|
39 |
-
|
|
|
40 |
oauthlib==3.2.2
|
|
|
41 |
opt-einsum==3.3.0
|
42 |
packaging==23.2
|
43 |
pandas==2.1.4
|
44 |
-
|
|
|
|
|
|
|
|
|
|
|
45 |
protobuf==4.23.4
|
|
|
|
|
46 |
pyarrow==14.0.2
|
47 |
-
pyasn1==0.5.
|
48 |
pyasn1-modules==0.3.0
|
|
|
|
|
|
|
49 |
pydeck==0.8.1b0
|
50 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
python-dateutil==2.8.2
|
52 |
pytz==2023.3.post1
|
53 |
PyYAML==6.0.1
|
@@ -58,21 +102,23 @@ requests-oauthlib==1.3.1
|
|
58 |
rich==13.7.0
|
59 |
rpds-py==0.16.2
|
60 |
rsa==4.9
|
61 |
-
sacremoses==0.1.1
|
62 |
safetensors==0.4.1
|
63 |
-
sentencepiece==0.1.99
|
64 |
six==1.16.0
|
65 |
smmap==5.0.1
|
|
|
|
|
|
|
|
|
|
|
66 |
streamlit==1.29.0
|
67 |
sympy==1.12
|
68 |
tenacity==8.2.3
|
69 |
-
tensorboard==2.15.1
|
70 |
tensorboard-data-server==0.7.2
|
71 |
tensorflow==2.15.0
|
72 |
tensorflow-estimator==2.15.0
|
73 |
tensorflow-intel==2.15.0
|
74 |
tensorflow-io-gcs-filesystem==0.31.0
|
75 |
-
termcolor==2.
|
76 |
tokenizers==0.15.0
|
77 |
toml==0.10.2
|
78 |
toolz==0.12.0
|
@@ -80,14 +126,21 @@ torch==2.1.2
|
|
80 |
torchaudio==2.1.2
|
81 |
torchvision==0.16.2
|
82 |
tornado==6.4
|
83 |
-
tqdm==4.
|
|
|
84 |
transformers==4.36.2
|
85 |
typing_extensions==4.9.0
|
86 |
tzdata==2023.4
|
87 |
tzlocal==5.2
|
88 |
-
urllib3==2.
|
89 |
validators==0.22.0
|
|
|
|
|
90 |
watchdog==3.0.0
|
91 |
-
|
|
|
|
|
|
|
92 |
wrapt==1.14.1
|
|
|
93 |
zipp==3.17.0
|
|
|
1 |
absl-py==2.0.0
|
2 |
+
aiohttp==3.8.5
|
3 |
+
aiosignal==1.3.1
|
4 |
altair==5.2.0
|
5 |
+
asttokens==2.2.1
|
6 |
astunparse==1.6.3
|
7 |
+
async-timeout==4.0.3
|
8 |
+
attrs==23.1.0
|
9 |
+
backcall==0.2.0
|
10 |
+
beautifulsoup4==4.12.2
|
11 |
+
blinker==1.6.2
|
12 |
+
bs4==0.0.1
|
13 |
cachetools==5.3.2
|
14 |
+
certifi==2023.7.22
|
15 |
+
cffi==1.15.1
|
16 |
+
chardet==5.2.0
|
17 |
+
charset-normalizer==3.2.0
|
18 |
+
click==8.1.6
|
19 |
colorama==0.4.6
|
20 |
+
comm==0.1.4
|
21 |
+
decorator==5.1.1
|
22 |
+
distlib==0.3.7
|
23 |
+
dropbox==11.36.2
|
24 |
+
executing==1.2.0
|
25 |
+
filelock==3.12.2
|
26 |
+
Flask==2.3.2
|
27 |
flatbuffers==23.5.26
|
28 |
+
frozenlist==1.4.0
|
29 |
fsspec==2023.12.2
|
30 |
gast==0.5.4
|
31 |
gitdb==4.0.11
|
|
|
36 |
grpcio==1.60.0
|
37 |
h5py==3.10.0
|
38 |
huggingface-hub==0.20.2
|
39 |
+
idna==3.4
|
40 |
importlib-metadata==6.11.0
|
41 |
+
ipython==8.14.0
|
42 |
+
ipywidgets==8.1.0
|
43 |
+
itsdangerous==2.1.2
|
44 |
+
jedi==0.19.0
|
45 |
Jinja2==3.1.2
|
|
|
46 |
jsonschema==4.20.0
|
47 |
jsonschema-specifications==2023.12.1
|
48 |
+
jupyterlab-widgets==3.0.8
|
49 |
keras==2.15.0
|
50 |
+
keyboard==0.13.5
|
51 |
libclang==16.0.6
|
52 |
Markdown==3.5.2
|
53 |
markdown-it-py==3.0.0
|
54 |
MarkupSafe==2.1.3
|
55 |
+
matplotlib-inline==0.1.6
|
56 |
mdurl==0.1.2
|
57 |
ml-dtypes==0.2.0
|
58 |
mpmath==1.3.0
|
59 |
+
multidict==6.0.4
|
60 |
networkx==3.2.1
|
61 |
+
ngrok==0.8.1
|
62 |
+
numpy==1.26.1
|
63 |
oauthlib==3.2.2
|
64 |
+
opencv-python-headless==4.8.1.78
|
65 |
opt-einsum==3.3.0
|
66 |
packaging==23.2
|
67 |
pandas==2.1.4
|
68 |
+
parso==0.8.3
|
69 |
+
pickleshare==0.7.5
|
70 |
+
Pillow==10.1.0
|
71 |
+
platformdirs==3.10.0
|
72 |
+
ply==3.11
|
73 |
+
prompt-toolkit==3.0.39
|
74 |
protobuf==4.23.4
|
75 |
+
psycopg2==2.9.7
|
76 |
+
pure-eval==0.2.2
|
77 |
pyarrow==14.0.2
|
78 |
+
pyasn1==0.5.0
|
79 |
pyasn1-modules==0.3.0
|
80 |
+
PyAudio==0.2.13
|
81 |
+
pycparser==2.21
|
82 |
+
pycryptodomex==3.18.0
|
83 |
pydeck==0.8.1b0
|
84 |
+
pydub==0.25.1
|
85 |
+
pygame==2.5.1
|
86 |
+
PyGetWindow==0.0.9
|
87 |
+
pyglet==2.0.9
|
88 |
+
Pygments==2.16.1
|
89 |
+
PyMuPDF==1.23.5
|
90 |
+
PyMuPDFb==1.23.5
|
91 |
+
PyRect==0.2.0
|
92 |
+
pysmi==0.3.4
|
93 |
+
pysnmp==4.4.12
|
94 |
+
PySoundFile==0.9.0.post1
|
95 |
python-dateutil==2.8.2
|
96 |
pytz==2023.3.post1
|
97 |
PyYAML==6.0.1
|
|
|
102 |
rich==13.7.0
|
103 |
rpds-py==0.16.2
|
104 |
rsa==4.9
|
|
|
105 |
safetensors==0.4.1
|
|
|
106 |
six==1.16.0
|
107 |
smmap==5.0.1
|
108 |
+
soupsieve==2.4.1
|
109 |
+
SpeechRecognition==3.10.0
|
110 |
+
srt==3.5.3
|
111 |
+
stack-data==0.6.2
|
112 |
+
stone==3.3.1
|
113 |
streamlit==1.29.0
|
114 |
sympy==1.12
|
115 |
tenacity==8.2.3
|
|
|
116 |
tensorboard-data-server==0.7.2
|
117 |
tensorflow==2.15.0
|
118 |
tensorflow-estimator==2.15.0
|
119 |
tensorflow-intel==2.15.0
|
120 |
tensorflow-io-gcs-filesystem==0.31.0
|
121 |
+
termcolor==2.3.0
|
122 |
tokenizers==0.15.0
|
123 |
toml==0.10.2
|
124 |
toolz==0.12.0
|
|
|
126 |
torchaudio==2.1.2
|
127 |
torchvision==0.16.2
|
128 |
tornado==6.4
|
129 |
+
tqdm==4.65.1
|
130 |
+
traitlets==5.9.0
|
131 |
transformers==4.36.2
|
132 |
typing_extensions==4.9.0
|
133 |
tzdata==2023.4
|
134 |
tzlocal==5.2
|
135 |
+
urllib3==2.0.4
|
136 |
validators==0.22.0
|
137 |
+
virtualenv==20.24.3
|
138 |
+
vosk==0.3.45
|
139 |
watchdog==3.0.0
|
140 |
+
wcwidth==0.2.6
|
141 |
+
websockets==11.0.3
|
142 |
+
Werkzeug==2.3.7
|
143 |
+
widgetsnbextension==4.0.8
|
144 |
wrapt==1.14.1
|
145 |
+
yarl==1.9.2
|
146 |
zipp==3.17.0
|