Spaces:
Runtime error
Runtime error
Commit
·
d9fc1b7
1
Parent(s):
9608bfe
Upload requirements.txt
Browse files- requirements.txt +17 -0
requirements.txt
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|