Regino
commited on
Commit
·
1f6ef83
1
Parent(s):
ab59487
dfdkfnld
Browse files- requirements.txt +8 -116
requirements.txt
CHANGED
@@ -1,116 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
certifi==2025.1.31
|
10 |
-
cffi==1.17.1
|
11 |
-
charset-normalizer==3.4.1
|
12 |
-
click==8.1.8
|
13 |
-
clr_loader==0.2.7.post0
|
14 |
-
colorama==0.4.6
|
15 |
-
comm==0.1.4
|
16 |
-
contourpy==1.3.1
|
17 |
-
cycler==0.12.1
|
18 |
-
debugpy==1.8.0
|
19 |
-
decorator==5.1.1
|
20 |
-
executing==1.2.0
|
21 |
-
filelock==3.17.0
|
22 |
-
fingerprint-enhancer==0.0.14
|
23 |
-
Flask==3.1.0
|
24 |
-
flatbuffers==25.2.10
|
25 |
-
fonttools==4.56.0
|
26 |
-
fsspec==2025.2.0
|
27 |
-
gast==0.6.0
|
28 |
-
gitdb==4.0.12
|
29 |
-
GitPython==3.1.44
|
30 |
-
google-pasta==0.2.0
|
31 |
-
grpcio==1.70.0
|
32 |
-
h5py==3.13.0
|
33 |
-
idna==3.10
|
34 |
-
ipykernel==6.25.2
|
35 |
-
ipython==8.15.0
|
36 |
-
itsdangerous==2.2.0
|
37 |
-
jedi==0.19.0
|
38 |
-
Jinja2==3.1.5
|
39 |
-
joblib==1.4.2
|
40 |
-
jsonschema==4.23.0
|
41 |
-
jsonschema-specifications==2024.10.1
|
42 |
-
jupyter_client==8.3.1
|
43 |
-
jupyter_core==5.3.1
|
44 |
-
keras==3.8.0
|
45 |
-
kiwisolver==1.4.8
|
46 |
-
libclang==18.1.1
|
47 |
-
Markdown==3.7
|
48 |
-
markdown-it-py==3.0.0
|
49 |
-
MarkupSafe==3.0.2
|
50 |
-
matplotlib==3.10.1
|
51 |
-
matplotlib-inline==0.1.6
|
52 |
-
mdurl==0.1.2
|
53 |
-
ml-dtypes==0.4.1
|
54 |
-
mpmath==1.3.0
|
55 |
-
namex==0.0.8
|
56 |
-
narwhals==1.27.1
|
57 |
-
nest-asyncio==1.5.8
|
58 |
-
networkx==3.4.2
|
59 |
-
numpy==2.0.2
|
60 |
-
opencv-python==4.11.0.86
|
61 |
-
opt_einsum==3.4.0
|
62 |
-
optree==0.14.0
|
63 |
-
packaging==24.2
|
64 |
-
pandas==2.2.3
|
65 |
-
parso==0.8.3
|
66 |
-
pickleshare==0.7.5
|
67 |
-
pillow==11.1.0
|
68 |
-
platformdirs==3.10.0
|
69 |
-
prompt-toolkit==3.0.39
|
70 |
-
protobuf==5.29.3
|
71 |
-
psutil==5.9.5
|
72 |
-
pure-eval==0.2.2
|
73 |
-
pyarrow==19.0.1
|
74 |
-
pycparser==2.22
|
75 |
-
pydeck==0.9.1
|
76 |
-
Pygments==2.16.1
|
77 |
-
pyparsing==3.2.1
|
78 |
-
python-dateutil==2.9.0.post0
|
79 |
-
pythonnet==3.0.5
|
80 |
-
pytz==2025.1
|
81 |
-
pywin32==306
|
82 |
-
pyzkfp==0.1.5
|
83 |
-
pyzmq==25.1.1
|
84 |
-
referencing==0.36.2
|
85 |
-
requests==2.32.3
|
86 |
-
rich==13.9.4
|
87 |
-
rpds-py==0.23.1
|
88 |
-
scikit-learn==1.6.1
|
89 |
-
scipy==1.15.2
|
90 |
-
seaborn==0.13.2
|
91 |
-
six==1.17.0
|
92 |
-
smmap==5.0.2
|
93 |
-
stack-data==0.6.2
|
94 |
-
streamlit==1.42.2
|
95 |
-
sympy==1.13.1
|
96 |
-
tenacity==9.0.0
|
97 |
-
tensorboard==2.18.0
|
98 |
-
tensorboard-data-server==0.7.2
|
99 |
-
tensorflow==2.18.0
|
100 |
-
tensorflow-io-gcs-filesystem==0.31.0
|
101 |
-
tensorflow_intel==2.18.0
|
102 |
-
termcolor==2.5.0
|
103 |
-
threadpoolctl==3.5.0
|
104 |
-
toml==0.10.2
|
105 |
-
torch==2.6.0
|
106 |
-
torchvision==0.21.0
|
107 |
-
tornado==6.3.3
|
108 |
-
tqdm==4.67.1
|
109 |
-
traitlets==5.10.0
|
110 |
-
typing_extensions==4.12.2
|
111 |
-
tzdata==2025.1
|
112 |
-
urllib3==2.3.0
|
113 |
-
watchdog==6.0.0
|
114 |
-
wcwidth==0.2.6
|
115 |
-
Werkzeug==3.1.3
|
116 |
-
wrapt==1.17.2
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
Pillow
|
4 |
+
tqdm
|
5 |
+
streamlit
|
6 |
+
matplotlib
|
7 |
+
seaborn
|
8 |
+
tqdmscikit-learn
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|