Spaces:
Sleeping
Sleeping
student-abdullah
commited on
Commit
•
7f1d5f7
1
Parent(s):
e2ae1f3
Update requirements.txt
Browse files- requirements.txt +38 -0
requirements.txt
CHANGED
@@ -1,48 +1,86 @@
|
|
1 |
absl-py==2.1.0
|
|
|
2 |
astunparse==1.6.3
|
|
|
|
|
|
|
3 |
certifi==2024.7.4
|
|
|
4 |
charset-normalizer==3.3.2
|
|
|
5 |
colorama==0.4.6
|
|
|
|
|
6 |
filelock==3.15.4
|
7 |
flatbuffers==24.3.25
|
|
|
8 |
fsspec==2024.6.1
|
9 |
gast==0.6.0
|
|
|
|
|
10 |
google-pasta==0.2.0
|
11 |
grpcio==1.65.2
|
12 |
h5py==3.11.0
|
13 |
huggingface-hub==0.24.5
|
14 |
idna==3.7
|
|
|
|
|
|
|
15 |
keras==3.4.1
|
|
|
16 |
libclang==18.1.1
|
17 |
Markdown==3.6
|
18 |
markdown-it-py==3.0.0
|
19 |
MarkupSafe==2.1.5
|
|
|
20 |
mdurl==0.1.2
|
21 |
ml-dtypes==0.4.0
|
|
|
22 |
namex==0.0.8
|
|
|
23 |
numpy==1.26.4
|
24 |
opt-einsum==3.3.0
|
25 |
optree==0.12.1
|
26 |
packaging==24.1
|
|
|
|
|
27 |
protobuf==4.25.4
|
|
|
|
|
28 |
Pygments==2.18.0
|
|
|
|
|
|
|
29 |
PyYAML==6.0.1
|
|
|
30 |
regex==2024.7.24
|
31 |
reportlab==4.2.2
|
32 |
requests==2.32.3
|
33 |
rich==13.7.1
|
|
|
34 |
safetensors==0.4.3
|
35 |
setuptools==72.1.0
|
36 |
six==1.16.0
|
|
|
|
|
|
|
|
|
37 |
tensorboard==2.17.0
|
38 |
tensorboard-data-server==0.7.2
|
39 |
tensorflow==2.17.0
|
|
|
40 |
termcolor==2.4.0
|
41 |
tokenizers==0.19.1
|
|
|
|
|
|
|
|
|
42 |
tqdm==4.66.4
|
43 |
transformers==4.43.3
|
44 |
typing_extensions==4.12.2
|
|
|
45 |
urllib3==2.2.2
|
|
|
46 |
Werkzeug==3.0.3
|
47 |
wheel==0.43.0
|
48 |
wordcloud==1.9.3
|
|
|
1 |
absl-py==2.1.0
|
2 |
+
altair==5.3.0
|
3 |
astunparse==1.6.3
|
4 |
+
attrs==23.2.0
|
5 |
+
blinker==1.8.2
|
6 |
+
cachetools==5.4.0
|
7 |
certifi==2024.7.4
|
8 |
+
chardet==5.2.0
|
9 |
charset-normalizer==3.3.2
|
10 |
+
click==8.1.7
|
11 |
colorama==0.4.6
|
12 |
+
contourpy==1.2.1
|
13 |
+
cycler==0.12.1
|
14 |
filelock==3.15.4
|
15 |
flatbuffers==24.3.25
|
16 |
+
fonttools==4.53.1
|
17 |
fsspec==2024.6.1
|
18 |
gast==0.6.0
|
19 |
+
gitdb==4.0.11
|
20 |
+
GitPython==3.1.43
|
21 |
google-pasta==0.2.0
|
22 |
grpcio==1.65.2
|
23 |
h5py==3.11.0
|
24 |
huggingface-hub==0.24.5
|
25 |
idna==3.7
|
26 |
+
Jinja2==3.1.4
|
27 |
+
jsonschema==4.23.0
|
28 |
+
jsonschema-specifications==2023.12.1
|
29 |
keras==3.4.1
|
30 |
+
kiwisolver==1.4.5
|
31 |
libclang==18.1.1
|
32 |
Markdown==3.6
|
33 |
markdown-it-py==3.0.0
|
34 |
MarkupSafe==2.1.5
|
35 |
+
matplotlib==3.9.1
|
36 |
mdurl==0.1.2
|
37 |
ml-dtypes==0.4.0
|
38 |
+
mpmath==1.3.0
|
39 |
namex==0.0.8
|
40 |
+
networkx==3.3
|
41 |
numpy==1.26.4
|
42 |
opt-einsum==3.3.0
|
43 |
optree==0.12.1
|
44 |
packaging==24.1
|
45 |
+
pandas==2.2.2
|
46 |
+
pillow==10.4.0
|
47 |
protobuf==4.25.4
|
48 |
+
pyarrow==17.0.0
|
49 |
+
pydeck==0.9.1
|
50 |
Pygments==2.18.0
|
51 |
+
pyparsing==3.1.2
|
52 |
+
python-dateutil==2.9.0.post0
|
53 |
+
pytz==2024.1
|
54 |
PyYAML==6.0.1
|
55 |
+
referencing==0.35.1
|
56 |
regex==2024.7.24
|
57 |
reportlab==4.2.2
|
58 |
requests==2.32.3
|
59 |
rich==13.7.1
|
60 |
+
rpds-py==0.19.1
|
61 |
safetensors==0.4.3
|
62 |
setuptools==72.1.0
|
63 |
six==1.16.0
|
64 |
+
smmap==5.0.1
|
65 |
+
streamlit==1.37.0
|
66 |
+
sympy==1.13.1
|
67 |
+
tenacity==8.5.0
|
68 |
tensorboard==2.17.0
|
69 |
tensorboard-data-server==0.7.2
|
70 |
tensorflow==2.17.0
|
71 |
+
tensorflow-intel==2.17.0
|
72 |
termcolor==2.4.0
|
73 |
tokenizers==0.19.1
|
74 |
+
toml==0.10.2
|
75 |
+
toolz==0.12.1
|
76 |
+
torch==2.4.0
|
77 |
+
tornado==6.4.1
|
78 |
tqdm==4.66.4
|
79 |
transformers==4.43.3
|
80 |
typing_extensions==4.12.2
|
81 |
+
tzdata==2024.1
|
82 |
urllib3==2.2.2
|
83 |
+
watchdog==4.0.1
|
84 |
Werkzeug==3.0.3
|
85 |
wheel==0.43.0
|
86 |
wordcloud==1.9.3
|