Arts-of-coding
commited on
Commit
•
ba28f57
1
Parent(s):
a2c9e48
Update requirements.txt
Browse files- requirements.txt +13 -12
requirements.txt
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
-
dash==2.13.0
|
2 |
-
dash_callback_chain==0.0.2
|
3 |
-
numpy==1.24.4
|
4 |
-
pandas==2.1.0
|
5 |
-
plotly==5.16.1
|
6 |
-
pyarrow==13.0.0
|
7 |
-
polars==0.19.2
|
8 |
-
PyYAML==6.0.1
|
9 |
-
scanpy==1.9.4
|
10 |
-
umap_learn==0.5.3
|
11 |
-
fastapi==0.74.*
|
12 |
-
uvicorn[standard]==0.17.*
|
|
|
|
1 |
+
dash==2.13.0
|
2 |
+
dash_callback_chain==0.0.2
|
3 |
+
numpy==1.24.4
|
4 |
+
pandas==2.1.0
|
5 |
+
plotly==5.16.1
|
6 |
+
pyarrow==13.0.0
|
7 |
+
polars==0.19.2
|
8 |
+
PyYAML==6.0.1
|
9 |
+
scanpy==1.9.4
|
10 |
+
umap_learn==0.5.3
|
11 |
+
fastapi==0.74.*
|
12 |
+
uvicorn[standard]==0.17.*
|
13 |
+
adlfs
|