Spaces:
Runtime error
Runtime error
Commit ·
5ae24c3
1
Parent(s): 6075a4e
Create requirements.txt
Browse files- requirements.txt +19 -0
requirements.txt
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
opencv-python
|
| 3 |
+
torch
|
| 4 |
+
matplotlib>=1.5,<3.6
|
| 5 |
+
numpy>=1.11,<1.23
|
| 6 |
+
pandas<2
|
| 7 |
+
python-dateutil
|
| 8 |
+
scipy
|
| 9 |
+
scikit-image>=0.19
|
| 10 |
+
scikit-learn
|
| 11 |
+
plotnine
|
| 12 |
+
dask
|
| 13 |
+
dask-jobqueue
|
| 14 |
+
opencv-python
|
| 15 |
+
statsmodels
|
| 16 |
+
plantcv
|
| 17 |
+
openpyxl
|
| 18 |
+
ultralytics
|
| 19 |
+
torchvision
|