Skip to content

Commit a488510

Browse files
Update pyproject.toml
1 parent b06622d commit a488510

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

pyproject.toml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,21 @@ authors = [
1313
dependencies = [
1414
"torch",
1515
"geoopt",
16-
"networkx",
1716
"numpy",
18-
"pandas",
19-
"matplotlib",
20-
# "scipy==1.11",
21-
"jaxtyping",
2217
"tqdm",
2318
"cvxpy",
2419
"scikit-learn==1.5.1",
20+
]
21+
22+
[pyproject.optional_dependencies]
23+
dev = [
24+
"jaxtyping",
25+
]
26+
utils = [
27+
"networkx",
28+
"pandas",
29+
"matplotlib",
30+
"scipy==1.11",
2531
"anndata",
2632
"basemap"
2733
]

0 commit comments

Comments
 (0)