reqs
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -15,4 +15,5 @@ statsmodels>=0.14.0 # For statistical analysis
|
|
| 15 |
scipy>=1.10.0 # For statistical functions
|
| 16 |
matplotlib>=3.7.0 # For plotting
|
| 17 |
Pillow>=10.0.0 # For image processing
|
| 18 |
-
requests>=2.31.0 # For API calls
|
|
|
|
|
|
| 15 |
scipy>=1.10.0 # For statistical functions
|
| 16 |
matplotlib>=3.7.0 # For plotting
|
| 17 |
Pillow>=10.0.0 # For image processing
|
| 18 |
+
requests>=2.31.0 # For API calls
|
| 19 |
+
hdbscan
|