pragnakalp
commited on
Commit
•
ec3eeb6
1
Parent(s):
ca0a136
Update requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
@@ -14,6 +14,12 @@ scikit-image==0.22.0
|
|
14 |
scikit-learn==1.3.2
|
15 |
scipy==1.11.4
|
16 |
tensorflow==2.15.0
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
toolz==0.12.0
|
18 |
torch==2.1.1
|
19 |
torchvision==0.16.1
|
|
|
14 |
scikit-learn==1.3.2
|
15 |
scipy==1.11.4
|
16 |
tensorflow==2.15.0
|
17 |
+
tensorboard==2.15.1
|
18 |
+
tensorboard-data-server==0.7.2
|
19 |
+
tensorboard-plugin-wit==1.8.1
|
20 |
+
tensorflow==2.15.0
|
21 |
+
tensorflow-estimator==2.15.0
|
22 |
+
tensorflow-io-gcs-filesystem==0.34.0
|
23 |
toolz==0.12.0
|
24 |
torch==2.1.1
|
25 |
torchvision==0.16.1
|