Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastmcp>=0.1.0
|
| 2 |
+
pydantic>=2.0.0
|
| 3 |
+
scanpy>=1.9.0
|
| 4 |
+
anndata>=0.10.0
|
| 5 |
+
numpy
|
| 6 |
+
scipy
|
| 7 |
+
pandas
|
| 8 |
+
matplotlib
|
| 9 |
+
h5py
|
| 10 |
+
scikit-learn
|
| 11 |
+
scikit-misc
|
| 12 |
+
leidenalg>=0.8.0
|
| 13 |
+
umap-learn>=0.5.0
|