vimmoos@Thor
commited on
Commit
·
6ca282a
1
Parent(s):
c6a28ec
update reqs
Browse files- requirements.txt +60 -60
requirements.txt
CHANGED
@@ -1,60 +1,60 @@
|
|
1 |
-
absl-py==2.1.0
|
2 |
-
astunparse==1.6.3
|
3 |
-
certifi==2024.8.30
|
4 |
-
charset-normalizer==3.3.2
|
5 |
-
cloudpickle==3.0.0
|
6 |
-
colorama==0.4.6
|
7 |
-
contourpy==1.3.0
|
8 |
-
cycler==0.12.1
|
9 |
-
farama-notifications==0.0.4
|
10 |
-
flatbuffers==24.3.25
|
11 |
-
fonttools==4.53.1
|
12 |
-
gast==0.6.0
|
13 |
-
google-pasta==0.2.0
|
14 |
-
grpcio==1.66.1
|
15 |
-
gymnasium==0.29.1
|
16 |
-
h5py==3.11.0
|
17 |
-
idna==3.10
|
18 |
-
imageio==2.35.1
|
19 |
-
joblib==1.4.2
|
20 |
-
keras==3.5.0
|
21 |
-
kiwisolver==1.4.7
|
22 |
-
lazy-loader==0.4
|
23 |
-
libclang==18.1.1
|
24 |
-
markdown-it-py==3.0.0
|
25 |
-
markdown==3.7
|
26 |
-
markupsafe==2.1.5
|
27 |
-
matplotlib==3.9.2
|
28 |
-
mdurl==0.1.2
|
29 |
-
ml-dtypes==0.4.1
|
30 |
-
namex==0.0.8
|
31 |
-
networkx==3.3
|
32 |
-
numpy==1.24.4
|
33 |
-
opt-einsum==3.3.0
|
34 |
-
optree==0.12.1
|
35 |
-
packaging==24.1
|
36 |
-
pillow==10.4.0
|
37 |
-
protobuf==4.25.4
|
38 |
-
pygments==2.18.0
|
39 |
-
pyparsing==3.1.4
|
40 |
-
python-dateutil==2.9.0.post0
|
41 |
-
requests==2.32.3
|
42 |
-
rich==13.8.1
|
43 |
-
scikit-image==0.24.0
|
44 |
-
scikit-learn==1.5.2
|
45 |
-
scipy==1.14.1
|
46 |
-
setuptools==75.1.0
|
47 |
-
six==1.16.0
|
48 |
-
tensorboard-data-server==0.7.2
|
49 |
-
tensorboard==2.17.1
|
50 |
-
tensorflow-io-gcs-filesystem==0.37.1
|
51 |
-
tensorflow==2.17.0
|
52 |
-
termcolor==2.4.0
|
53 |
-
threadpoolctl==3.5.0
|
54 |
-
tifffile==2024.8.30
|
55 |
-
tqdm==4.66.5
|
56 |
-
typing-extensions==4.12.2
|
57 |
-
urllib3==2.2.3
|
58 |
-
werkzeug==3.0.4
|
59 |
-
wheel==0.44.0
|
60 |
-
wrapt==1.16.0
|
|
|
1 |
+
absl-py==2.1.0
|
2 |
+
astunparse==1.6.3
|
3 |
+
certifi==2024.8.30
|
4 |
+
charset-normalizer==3.3.2
|
5 |
+
cloudpickle==3.0.0
|
6 |
+
colorama==0.4.6
|
7 |
+
contourpy==1.3.0
|
8 |
+
cycler==0.12.1
|
9 |
+
farama-notifications==0.0.4
|
10 |
+
flatbuffers==24.3.25
|
11 |
+
fonttools==4.53.1
|
12 |
+
gast==0.6.0
|
13 |
+
google-pasta==0.2.0
|
14 |
+
grpcio==1.66.1
|
15 |
+
gymnasium==0.29.1
|
16 |
+
h5py==3.11.0
|
17 |
+
idna==3.10
|
18 |
+
imageio==2.35.1
|
19 |
+
joblib==1.4.2
|
20 |
+
keras==3.5.0
|
21 |
+
kiwisolver==1.4.7
|
22 |
+
lazy-loader==0.4
|
23 |
+
libclang==18.1.1
|
24 |
+
markdown-it-py==3.0.0
|
25 |
+
markdown==3.7
|
26 |
+
markupsafe==2.1.5
|
27 |
+
matplotlib==3.9.2
|
28 |
+
mdurl==0.1.2
|
29 |
+
ml-dtypes==0.4.1
|
30 |
+
namex==0.0.8
|
31 |
+
networkx==3.3
|
32 |
+
numpy==1.24.4
|
33 |
+
opt-einsum==3.3.0
|
34 |
+
optree==0.12.1
|
35 |
+
packaging==24.1
|
36 |
+
pillow==10.4.0
|
37 |
+
protobuf==4.25.4
|
38 |
+
pygments==2.18.0
|
39 |
+
pyparsing==3.1.4
|
40 |
+
python-dateutil==2.9.0.post0
|
41 |
+
requests==2.32.3
|
42 |
+
rich==13.8.1
|
43 |
+
scikit-image==0.24.0
|
44 |
+
scikit-learn==1.5.2
|
45 |
+
scipy==1.14.1
|
46 |
+
setuptools==75.1.0
|
47 |
+
six==1.16.0
|
48 |
+
tensorboard-data-server==0.7.2
|
49 |
+
tensorboard==2.17.1
|
50 |
+
tensorflow-io-gcs-filesystem==0.37.1
|
51 |
+
tensorflow==2.17.0
|
52 |
+
termcolor==2.4.0
|
53 |
+
threadpoolctl==3.5.0
|
54 |
+
tifffile==2024.8.30
|
55 |
+
tqdm==4.66.5
|
56 |
+
typing-extensions==4.12.2
|
57 |
+
urllib3==2.2.3
|
58 |
+
werkzeug==3.0.4
|
59 |
+
wheel==0.44.0
|
60 |
+
wrapt==1.16.0
|