igashov commited on
Commit
489274f
1 Parent(s): f8e8929

Create new file

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -0
requirements.txt ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ biopython==1.79
2
+ imageio==2.19.2
3
+ networkx==2.8.4
4
+ torch==1.11.0
5
+ torchvision==0.12.0
6
+ torchaudio==0.11.0
7
+ pandas==1.4.2
8
+ pytorch-lightning==1.6.3
9
+ scipy==1.7.3
10
+ scikit-learn==1.0.1
11
+ tqdm==4.64.0