anoushka2000 commited on
Commit
00a4faa
·
verified ·
1 Parent(s): 6117135

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -0
requirements.txt ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ streamlit>=1.28.0
2
+ plotly>=5.17.0
3
+ torch>=2.0.0
4
+ transformers>=4.30.0
5
+ captum>=0.6.0
6
+ numpy>=1.24.0
7
+ pandas>=2.0.0
8
+ rdkit>=2023.9.1
9
+ smirk==0.1.0
10
+ datasets>=2.20
11
+ matplotlib>=3.7.0
12
+ pillow>=10.0.0