Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,10 @@
|
|
| 1 |
streamlit
|
| 2 |
-
pandas
|
| 3 |
biopython
|
| 4 |
-
primer3-py
|
| 5 |
-
altair
|
| 6 |
numpy
|
| 7 |
-
|
|
|
|
| 8 |
matplotlib
|
|
|
|
|
|
|
|
|
|
| 9 |
streamlit-aggrid
|
|
|
|
| 1 |
streamlit
|
|
|
|
| 2 |
biopython
|
|
|
|
|
|
|
| 3 |
numpy
|
| 4 |
+
pandas
|
| 5 |
+
scikit-learn
|
| 6 |
matplotlib
|
| 7 |
+
scipy
|
| 8 |
+
seaborn
|
| 9 |
+
plotly
|
| 10 |
streamlit-aggrid
|