Sa-m commited on
Commit
656a41a
1 Parent(s): 81d0025

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +22 -0
requirements.txt CHANGED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio
2
+ # Base ----------------------------------------
3
+ matplotlib>=3.2.2
4
+ numpy>=1.18.5
5
+ opencv-python>=4.1.1
6
+ Pillow>=7.1.2
7
+ PyYAML>=5.3.1
8
+ requests>=2.23.0
9
+ scipy>=1.4.1
10
+ torch>=1.7.0,!=1.12.0
11
+ torchvision>=0.8.1,!=0.13.0
12
+ tqdm>=4.41.0
13
+ protobuf<4.21.3
14
+
15
+ # Logging -------------------------------------
16
+ tensorboard>=2.4.1
17
+ # wandb
18
+
19
+ # Plotting ------------------------------------
20
+ pandas>=1.1.4
21
+ seaborn>=0.11.0
22
+