guohanghui commited on
Commit
898a9a4
·
verified ·
1 Parent(s): 4d679f6

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -0
requirements.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
14
+
15
+ # Optional Dependencies for advanced features
16
+ scikit-image
17
+ networkx