We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06622d commit a488510Copy full SHA for a488510
pyproject.toml
@@ -13,15 +13,21 @@ authors = [
13
dependencies = [
14
"torch",
15
"geoopt",
16
- "networkx",
17
"numpy",
18
- "pandas",
19
- "matplotlib",
20
-# "scipy==1.11",
21
- "jaxtyping",
22
"tqdm",
23
"cvxpy",
24
"scikit-learn==1.5.1",
+]
+
+[pyproject.optional_dependencies]
+dev = [
+ "jaxtyping",
25
26
+utils = [
27
+ "networkx",
28
+ "pandas",
29
+ "matplotlib",
30
+ "scipy==1.11",
31
"anndata",
32
"basemap"
33
]
0 commit comments