rajsecrets0 commited on
Commit
0a9d245
·
verified ·
1 Parent(s): 3c5e5d7

Update conda.yml

Browse files
Files changed (1) hide show
  1. conda.yml +3 -2
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
- - torchvision
 
5
  dependencies:
6
  - python=3.8
7
  - gdal
8
+ - torch
9
+ - torchvision
10
  - pip
11
  - pip:
12
  - streamlit
 
13
  - pillow
14
+