Arts-of-coding
commited on
Commit
•
e601a9f
1
Parent(s):
27c3e25
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
dash==2.17.1
|
2 |
dash_callback_chain==0.0.2
|
3 |
-
numpy
|
4 |
-
pandas
|
5 |
plotly==5.16.1
|
6 |
-
pyarrow
|
7 |
polars #==0.19.2
|
8 |
PyYAML==6.0.1
|
9 |
scanpy==1.9.4
|
|
|
1 |
dash==2.17.1
|
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
|