Shad0ws commited on
Commit
59afb71
·
1 Parent(s): 506c873

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -8,10 +8,11 @@ Pillow>=7.1.2
8
  PyYAML>=5.3.1
9
  requests>=2.23.0
10
  scipy>=1.4.1
11
- torch>=1.9.1
12
- torchvision>=0.10.1
13
  tqdm>=4.41.0
14
  easydict
 
 
15
 
16
  # Logging -------------------------------------
17
  tensorboard>=2.4.1
 
8
  PyYAML>=5.3.1
9
  requests>=2.23.0
10
  scipy>=1.4.1
11
+
 
12
  tqdm>=4.41.0
13
  easydict
14
+ torchvision==0.10.1
15
+ torch==1.9.1
16
 
17
  # Logging -------------------------------------
18
  tensorboard>=2.4.1