Skip to content

Commit b8a59b0

Browse files
require matplotlib <3.7
Former-commit-id: 964122e
1 parent 58b7afb commit b8a59b0

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

setup.py

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,22 @@
44
import os
55

66
install_requires = [
7-
"numpy>=1.21,<1.24",
8-
"scikit-learn>=1.0,<1.2",
97
"anndata==0.8.*",
10-
"scprep>=1.2.2",
11-
"scipy>=1.7,<1.10",
12-
"scanpy>=1.6",
13-
"louvain==0.8.*",
14-
"python-igraph==0.10.*",
8+
"colorama==0.4.*",
159
"decorator<5.0", # pinned in #324
10+
"louvain==0.8.*",
11+
"matplotlib<3.7.0",
1612
"memory-profiler==0.60",
17-
"colorama==0.4.*",
13+
"numpy>=1.21,<1.24",
1814
"packaging==21.3",
15+
"pandas==1.3.5",
16+
"python-igraph==0.10.*",
17+
"scanpy>=1.6",
18+
"scipy>=1.7,<1.10",
19+
"scikit-learn>=1.0,<1.2",
20+
"scprep>=1.2.2",
1921
"umap-learn==0.5.*",
2022
"requests==2.28.*",
21-
"pandas==1.3.5",
2223
]
2324

2425
r_requires = [

0 commit comments

Comments
 (0)