AlexZou commited on
Commit
3bf4fde
1 Parent(s): a6bdd34

Update requirement.txt

Browse files
Files changed (1) hide show
  1. requirement.txt +14 -4
requirement.txt CHANGED
@@ -1,14 +1,24 @@
1
- torch
2
- torchvision
3
  numpy
4
  einops
5
  numbers
6
- pillow
7
- opencv-python-headless
8
  argparse
9
  time
10
  matplotlib
11
  warnings
12
  onnx
13
  onnxruntime
 
 
 
 
 
 
 
 
14
  scikit-image
 
 
 
 
 
 
 
 
 
1
  numpy
2
  einops
3
  numbers
 
 
4
  argparse
5
  time
6
  matplotlib
7
  warnings
8
  onnx
9
  onnxruntime
10
+ addict
11
+ future
12
+ lmdb
13
+ numpy
14
+ opencv-python-headless
15
+ Pillow
16
+ pyyaml
17
+ requests
18
  scikit-image
19
+ scipy
20
+ tb-nightly
21
+ tqdm
22
+ yapf
23
+ torch
24
+ torchvision