mgbam commited on
Commit
f92c9e8
·
verified ·
1 Parent(s): 0987d97

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -17
requirements.txt CHANGED
@@ -1,17 +1,11 @@
1
- streamlit>=1.32
2
- smolagents>=0.3
3
- rdkit-pypi
4
- pubchempy
5
- py3Dmol
6
- pandas
7
- numpy
8
- requests
9
- st-cytoscape
10
- plotly
11
- altair
12
- fpdf
13
- matplotlib
14
- seaborn
15
- transformers
16
- openai
17
- NetworkX
 
1
+ streamlit>=1.20.0
2
+ requests>=2.25.0
3
+ beautifulsoup4>=4.9.3
4
+ pandas>=1.3.0
5
+ matplotlib>=3.4.0
6
+ seaborn>=0.11.0
7
+ rdkit-pypi>=2022.09.5
8
+ fpdf>=1.7.2
9
+ openai>=1.0.0
10
+ networkx>=2.5
11
+ plotly>=5.0.0