Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
streamlit
|
2 |
pandas
|
3 |
-
|
4 |
matplotlib
|
5 |
seaborn
|
6 |
scikit-learn
|
7 |
statsmodels
|
|
|
|
|
8 |
langchain
|
9 |
groq
|
10 |
-
|
11 |
-
scipy
|
12 |
-
biopython
|
|
|
1 |
streamlit
|
2 |
pandas
|
3 |
+
numpy
|
4 |
matplotlib
|
5 |
seaborn
|
6 |
scikit-learn
|
7 |
statsmodels
|
8 |
+
pydantic
|
9 |
+
biopython
|
10 |
langchain
|
11 |
groq
|
12 |
+
spacy
|
|
|
|