RivianG commited on
Commit
25fe376
1 Parent(s): 4064418

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -0
requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ tensorflow>=2.3.1
2
+ matplotlib>=3.2.2
3
+ numpy>=1.18.5
4
+ opencv-python>=4.1.2
5
+ Pillow>=7.1.2
6
+ PyYAML>=5.3.1
7
+ requests>=2.23.0
8
+ scipy>=1.4.1
9
+ torch>=1.7.0
10
+ torchvision>=0.8.1
11
+ tqdm>=4.41.0
12
+ pandas>=1.1.4
13
+ seaborn>=0.11.0