Update requirements.txt to simplify dependencies and include pymongo
Browse files- requirements.txt +6 -27
requirements.txt
CHANGED
@@ -1,27 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
scipy>=1.7.0
|
8 |
-
|
9 |
-
# Image Processing
|
10 |
-
opencv-python>=4.8.0
|
11 |
-
scikit-image>=0.21.0
|
12 |
-
Pillow>=10.0.0
|
13 |
-
|
14 |
-
# Machine Learning
|
15 |
-
scikit-learn>=1.3.0
|
16 |
-
hdbscan>=0.8.29
|
17 |
-
|
18 |
-
# Communication
|
19 |
-
paho-mqtt>=1.6.1
|
20 |
-
|
21 |
-
# Configuration
|
22 |
-
python-dotenv>=1.0.0
|
23 |
-
|
24 |
-
# Utilities
|
25 |
-
tqdm>=4.62.0
|
26 |
-
matplotlib>=3.4.0
|
27 |
-
requests>=2.31.0
|
|
|
1 |
+
gradio
|
2 |
+
paho-mqtt
|
3 |
+
pandas
|
4 |
+
pymongo
|
5 |
+
Pillow
|
6 |
+
# prefect
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|