mgbam commited on
Commit
f38128e
·
verified ·
1 Parent(s): 0808ffb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -13
requirements.txt CHANGED
@@ -1,14 +1,16 @@
1
- streamlit
2
- pandas
3
- numpy
4
- matplotlib
5
- seaborn
6
- scikit-learn
7
- statsmodels
8
- pydantic
9
- biopython
10
- python-dotenv
11
- requests
12
- spacy
13
- openai
 
 
14
 
 
1
+ streamlit>=1.24.1
2
+ pandas>=1.5.3
3
+ numpy>=1.25.2
4
+ matplotlib>=3.7.2
5
+ seaborn>=0.12.2
6
+ scikit-learn>=1.2.2
7
+ statsmodels>=0.14.0
8
+ pydantic>=2.5.3
9
+ biopython>=1.79
10
+ python-dotenv>=1.0.0
11
+ requests>=2.31.0
12
+ spacy>=3.5.3
13
+ openai>=1.8.0
14
+ altair>=5.1.0
15
+
16