Skip to content

Commit 39b433a

Browse files
fix python version
1 parent 6dc67c9 commit 39b433a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ requires-python = ">=3.10"
1515
license = { text = "MIT" } # Update if different
1616
dependencies = [
1717
"scikit-learn",
18-
"pandas<=3.13",
18+
"pandas",
1919
"scipy",
2020
"numpy",
2121
"scanpy",
@@ -30,7 +30,6 @@ dependencies = [
3030
"pyvis",
3131
"pyucell",
3232
"pyyaml",
33-
'zstandard',
3433
"omnipath"
3534

3635
]

0 commit comments

Comments
 (0)