Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +16 -13
requirements.txt
CHANGED
@@ -1,13 +1,16 @@
|
|
1 |
-
|
2 |
-
numpy
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
1 |
+
matplotlib==3.10.0
|
2 |
+
numpy>=1.26.0
|
3 |
+
opencv-python-headless==4.11.0.86
|
4 |
+
pandas==2.2.3
|
5 |
+
Pillow==11.1.0
|
6 |
+
plotly==6.0.0
|
7 |
+
PyYAML==6.0.2
|
8 |
+
requests==2.32.3
|
9 |
+
streamlit==1.42.1
|
10 |
+
tensorflow==2.18.0
|
11 |
+
tensorflow-intel==2.18.0
|
12 |
+
torch==2.6.0
|
13 |
+
torchvision==0.21.0
|
14 |
+
transformers==4.49.0
|
15 |
+
ultralytics==8.3.76
|
16 |
+
tf-keras==3.0.0 # Explicit versioning to avoid conflicts
|