simonduerr commited on
Commit
8bf7a25
·
verified ·
1 Parent(s): 430ecaa

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ pydantic==2.6.3
2
+ biopython==1.84
3
+ tabulate==0.9.0
4
+ moleculekit==1.9.4
5
+ numpy==1.26.4
6
+ scipy==1.12.0
7
+ scikit-learn==1.4.1.post1
8
+ gradio_molecule3d==0.0.4
9
+ halo==0.0.31