Spaces:
Sleeping
Sleeping
Update conda.yml
Browse files
conda.yml
CHANGED
@@ -5,9 +5,10 @@ channels:
|
|
5 |
dependencies:
|
6 |
- python=3.8
|
7 |
- gdal
|
|
|
|
|
8 |
- pip
|
9 |
- pip:
|
10 |
- streamlit
|
11 |
-
- torch
|
12 |
- pillow
|
13 |
-
|
|
|
5 |
dependencies:
|
6 |
- python=3.8
|
7 |
- gdal
|
8 |
+
- torch
|
9 |
+
- torchvision
|
10 |
- pip
|
11 |
- pip:
|
12 |
- streamlit
|
|
|
13 |
- pillow
|
14 |
+
|