Spaces:
Sleeping
Sleeping
fatmacankara
commited on
Commit
·
653a8df
1
Parent(s):
466624e
Update requirements.txt
Browse files- requirements.txt +5 -6
requirements.txt
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
beautifulsoup4==4.5.3
|
2 |
-
|
3 |
biopandas==0.2.5
|
4 |
-
biopython==1.
|
5 |
-
numpy==1.
|
6 |
-
pandas==1.3
|
7 |
Requests==2.31.0
|
8 |
ssbio==0.9.9.8.post1
|
9 |
ssbio_edbr==0.9.9.7
|
10 |
unipressed==1.2.0
|
11 |
-
|
12 |
-
streamlit-aggrid
|
|
|
1 |
beautifulsoup4==4.5.3
|
2 |
+
Bio==1.5.9
|
3 |
biopandas==0.2.5
|
4 |
+
biopython==1.80
|
5 |
+
numpy==1.23.5
|
6 |
+
pandas==1.5.3
|
7 |
Requests==2.31.0
|
8 |
ssbio==0.9.9.8.post1
|
9 |
ssbio_edbr==0.9.9.7
|
10 |
unipressed==1.2.0
|
11 |
+
urllib3==1.26.6
|
|