Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Core Dependencies
|
2 |
streamlit
|
3 |
-
numpy<2
|
4 |
pandas
|
5 |
plotly
|
6 |
matplotlib
|
@@ -9,11 +9,10 @@ joypy
|
|
9 |
joblib
|
10 |
|
11 |
# Machine Learning & Image Processing
|
12 |
-
torch
|
13 |
-
torchvision
|
14 |
-
torchaudio
|
15 |
-
|
16 |
-
opencv-python-headless # Prevents OpenGL issues
|
17 |
pillow
|
18 |
|
19 |
# Serialization & Utilities
|
|
|
1 |
# Core Dependencies
|
2 |
streamlit
|
3 |
+
numpy<2
|
4 |
pandas
|
5 |
plotly
|
6 |
matplotlib
|
|
|
9 |
joblib
|
10 |
|
11 |
# Machine Learning & Image Processing
|
12 |
+
torch
|
13 |
+
torchvision
|
14 |
+
torchaudio
|
15 |
+
opencv-python-headless
|
|
|
16 |
pillow
|
17 |
|
18 |
# Serialization & Utilities
|