Update requirements.txt
Browse files- requirements.txt +2 -61
requirements.txt
CHANGED
@@ -1,70 +1,11 @@
|
|
1 |
-
absl-py==2.2.2
|
2 |
altair==5.5.0
|
3 |
-
astunparse==1.6.3
|
4 |
-
attrs==25.3.0
|
5 |
-
blinker==1.9.0
|
6 |
-
cachetools==5.5.2
|
7 |
-
certifi==2025.4.26
|
8 |
-
charset-normalizer==3.4.2
|
9 |
-
click==8.1.8
|
10 |
-
filelock==3.18.0
|
11 |
-
flatbuffers==25.2.10
|
12 |
-
fsspec==2025.3.2
|
13 |
-
gast==0.6.0
|
14 |
-
gitdb==4.0.12
|
15 |
-
GitPython==3.1.44
|
16 |
-
google-pasta==0.2.0
|
17 |
-
grpcio==1.71.0
|
18 |
-
h5py==3.13.0
|
19 |
-
idna==3.10
|
20 |
-
importlib_metadata==8.7.0
|
21 |
-
Jinja2==3.1.6
|
22 |
-
jsonschema==4.23.0
|
23 |
-
jsonschema-specifications==2025.4.1
|
24 |
-
keras==3.9.2
|
25 |
-
libclang==18.1.1
|
26 |
-
Markdown==3.8
|
27 |
-
markdown-it-py==3.0.0
|
28 |
-
MarkupSafe==3.0.2
|
29 |
-
mdurl==0.1.2
|
30 |
-
ml_dtypes==0.5.1
|
31 |
-
mpmath==1.3.0
|
32 |
-
namex==0.0.9
|
33 |
-
narwhals==1.39.0
|
34 |
-
networkx==3.2.1
|
35 |
numpy==2.0.2
|
36 |
opencv-python==4.11.0.86
|
37 |
-
opt_einsum==3.4.0
|
38 |
-
optree==0.15.0
|
39 |
-
packaging==24.2
|
40 |
pandas==2.2.3
|
41 |
pillow==11.2.1
|
42 |
-
protobuf==5.29.4
|
43 |
-
pyarrow==20.0.0
|
44 |
-
pydeck==0.9.1
|
45 |
-
Pygments==2.19.1
|
46 |
-
python-dateutil==2.9.0.post0
|
47 |
-
pytz==2025.2
|
48 |
-
referencing==0.36.2
|
49 |
requests==2.32.3
|
50 |
-
rich==14.0.0
|
51 |
-
rpds-py==0.24.0
|
52 |
-
six==1.17.0
|
53 |
-
smmap==5.0.2
|
54 |
streamlit==1.45.1
|
55 |
-
sympy==1.14.0
|
56 |
-
tenacity==9.1.2
|
57 |
-
tensorboard==2.19.0
|
58 |
-
tensorboard-data-server==0.7.2
|
59 |
tensorflow==2.19.0
|
60 |
-
tensorflow-io-gcs-filesystem==0.37.1
|
61 |
-
termcolor==3.1.0
|
62 |
-
toml==0.10.2
|
63 |
torch==2.7.0
|
64 |
-
|
65 |
-
|
66 |
-
tzdata==2025.2
|
67 |
-
urllib3==2.4.0
|
68 |
-
Werkzeug==3.1.3
|
69 |
-
wrapt==1.17.2
|
70 |
-
zipp==3.21.0
|
|
|
|
|
1 |
altair==5.5.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
numpy==2.0.2
|
3 |
opencv-python==4.11.0.86
|
|
|
|
|
|
|
4 |
pandas==2.2.3
|
5 |
pillow==11.2.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
requests==2.32.3
|
|
|
|
|
|
|
|
|
7 |
streamlit==1.45.1
|
|
|
|
|
|
|
|
|
8 |
tensorflow==2.19.0
|
|
|
|
|
|
|
9 |
torch==2.7.0
|
10 |
+
transformers
|
11 |
+
watchdog
|
|
|
|
|
|
|
|
|
|