Skip to content

Commit 800b89a

Browse files
committed
try new version of numpy
1 parent a2865cc commit 800b89a

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

pyproject.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,38 +30,38 @@ requires-python = ">= 3.9"
3030

3131
dependencies = [
3232
"anndata>=0.8.0",
33-
"apsw",
34-
"bbknn",
35-
"cgatcore",
36-
"drmaa",
33+
"apsw",
34+
"bbknn",
35+
"cgatcore",
36+
"drmaa",
3737
"gevent",
3838
"harmonypy",
3939
"jax<=0.4.23",
4040
"jaxlib<=0.4.23",
41-
"leidenalg",
41+
"leidenalg",
4242
"louvain",
4343
"matplotlib<=3.7.3",
4444
"mofapy2",
4545
"mudata>=0.2.1",
4646
"muon",
47-
"numpy==1.22.4",
47+
"numpy>=1.22.4",
4848
"openpyxl",
49-
"packaging",
50-
"pandas>=1.0",
51-
"paramiko",
49+
"packaging",
50+
"pandas>=1.0",
51+
"paramiko",
5252
"pep8",
5353
"pysam",
5454
"pynndescent",
5555
"pytest",
5656
"pyyaml",
57-
"ruffus",
58-
"scanorama",
59-
"scanpy>=1.9.1",
57+
"ruffus",
58+
"scanorama",
59+
"scanpy>=1.9.1",
6060
"scib",
6161
"seaborn<=0.12.2",
62-
"scikit-misc",
62+
"scikit-misc",
6363
"scirpy",
64-
"scrublet",
64+
"scrublet",
6565
"scvi-tools>=0.16.3",
6666
"sqlalchemy"]
6767

0 commit comments

Comments
 (0)