Aggiunto requirements.txt
Browse files- requirements.txt +93 -0
requirements.txt
ADDED
@@ -0,0 +1,93 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
absl-py==2.0.0
|
2 |
+
altair==5.2.0
|
3 |
+
astunparse==1.6.3
|
4 |
+
attrs==23.2.0
|
5 |
+
blinker==1.7.0
|
6 |
+
cachetools==5.3.2
|
7 |
+
certifi==2023.11.17
|
8 |
+
charset-normalizer==3.3.2
|
9 |
+
click==8.1.7
|
10 |
+
colorama==0.4.6
|
11 |
+
einops==0.7.0
|
12 |
+
filelock==3.13.1
|
13 |
+
flatbuffers==23.5.26
|
14 |
+
fsspec==2023.12.2
|
15 |
+
gast==0.5.4
|
16 |
+
gitdb==4.0.11
|
17 |
+
GitPython==3.1.41
|
18 |
+
google-auth==2.26.1
|
19 |
+
google-auth-oauthlib==1.2.0
|
20 |
+
google-pasta==0.2.0
|
21 |
+
grpcio==1.60.0
|
22 |
+
h5py==3.10.0
|
23 |
+
huggingface-hub==0.20.2
|
24 |
+
idna==3.6
|
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 |
+
numpy==1.26.3
|
40 |
+
oauthlib==3.2.2
|
41 |
+
opt-einsum==3.3.0
|
42 |
+
packaging==23.2
|
43 |
+
pandas==2.1.4
|
44 |
+
pillow==10.2.0
|
45 |
+
protobuf==4.23.4
|
46 |
+
pyarrow==14.0.2
|
47 |
+
pyasn1==0.5.1
|
48 |
+
pyasn1-modules==0.3.0
|
49 |
+
pydeck==0.8.1b0
|
50 |
+
Pygments==2.17.2
|
51 |
+
python-dateutil==2.8.2
|
52 |
+
pytz==2023.3.post1
|
53 |
+
PyYAML==6.0.1
|
54 |
+
referencing==0.32.1
|
55 |
+
regex==2023.12.25
|
56 |
+
requests==2.31.0
|
57 |
+
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.4.0
|
76 |
+
tokenizers==0.15.0
|
77 |
+
toml==0.10.2
|
78 |
+
toolz==0.12.0
|
79 |
+
torch==2.1.2
|
80 |
+
torchaudio==2.1.2
|
81 |
+
torchvision==0.16.2
|
82 |
+
tornado==6.4
|
83 |
+
tqdm==4.66.1
|
84 |
+
transformers==4.36.2
|
85 |
+
typing_extensions==4.9.0
|
86 |
+
tzdata==2023.4
|
87 |
+
tzlocal==5.2
|
88 |
+
urllib3==2.1.0
|
89 |
+
validators==0.22.0
|
90 |
+
watchdog==3.0.0
|
91 |
+
Werkzeug==3.0.1
|
92 |
+
wrapt==1.14.1
|
93 |
+
zipp==3.17.0
|