Skip to content

Commit 4463b68

Browse files
authored
pqdm and scanpy added to pyproject.toml
1 parent 85472c2 commit 4463b68

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ dependencies = [
2222
"shapely>=2.0.7",
2323
"torch-geometric>=2.6.1",
2424
"scikit-learn>=1.6.1",
25-
"pyyaml>=6.0.2"
25+
"pyyaml>=6.0.2",
26+
"pqdm>=0.2.0",
27+
"scanpy>=1.10.4"
2628
]
2729

2830
[project.optional-dependencies]

0 commit comments

Comments
 (0)