Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +1 -9
requirements.txt
CHANGED
|
@@ -6,13 +6,5 @@ pandas>=2.0.0
|
|
| 6 |
numpy>=1.24.0
|
| 7 |
matplotlib>=3.7.0
|
| 8 |
seaborn>=0.12.0
|
|
|
|
| 9 |
Pillow>=9.0.0
|
| 10 |
-
# GPU support for ML visualizations
|
| 11 |
-
torch>=2.0.0
|
| 12 |
-
scikit-learn>=1.3.0
|
| 13 |
-
# Additional ML libraries
|
| 14 |
-
umap-learn>=0.5.0
|
| 15 |
-
scipy>=1.10.0
|
| 16 |
-
# For advanced visualizations
|
| 17 |
-
bokeh>=3.0.0
|
| 18 |
-
altair>=5.0.0
|
|
|
|
| 6 |
numpy>=1.24.0
|
| 7 |
matplotlib>=3.7.0
|
| 8 |
seaborn>=0.12.0
|
| 9 |
+
matplotlib-venn>=0.11.0
|
| 10 |
Pillow>=9.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|