Spaces:
Runtime error
Runtime error
Commit ·
bc1f53c
1
Parent(s): d94afa1
fix pandas version
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -3,5 +3,5 @@ networkx
|
|
| 3 |
scanpy
|
| 4 |
scglue
|
| 5 |
numpy
|
| 6 |
-
pandas
|
| 7 |
matplotlib
|
|
|
|
| 3 |
scanpy
|
| 4 |
scglue
|
| 5 |
numpy
|
| 6 |
+
pandas<2.0.0
|
| 7 |
matplotlib
|