WwYc commited on
Commit
3b83098
·
verified ·
1 Parent(s): a49337e

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -0
requirements.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Pillow>=8.1.1
2
+ einops == 0.3.0
3
+ h5py == 2.8.0
4
+ imageio == 2.9.0
5
+ matplotlib == 3.3.2
6
+ opencv_python
7
+ scikit_image == 0.17.2
8
+ scipy == 1.5.2
9
+ sklearn
10
+ torch == 1.7.0
11
+ torchvision == 0.8.1
12
+ tqdm == 4.51.0
13
+ transformers == 3.5.1
14
+ utils == 1.0.1
15
+ Pygments>=2.7.4