sgbaird commited on
Commit
3084fa9
·
1 Parent(s): 28d8ebb

Update requirements.txt to simplify dependencies and include pymongo

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -27
requirements.txt CHANGED
@@ -1,27 +1,6 @@
1
- # UI and Web
2
- gradio>=4.0.0
3
-
4
- # Core Data Processing
5
- numpy>=1.24.0
6
- pandas>=1.3.0
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