Skip to content

Commit cc81683

Browse files
committed
bumped numpy requirement to 1.25 for eigh
1 parent becb495 commit cc81683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
44

55
[project]
66
name = "gene-trajectory"
7-
version = "1.0.3"
7+
version = "1.0.4"
88
description = "Compute gene trajectories"
99
license = {file = "LICENSE"}
1010
readme = "README.md"
@@ -30,7 +30,7 @@ requires-python = ">=3.9"
3030
dependencies = [
3131
"igraph>=0.10",
3232
"matplotlib>=3.6",
33-
"numpy>=1.23",
33+
"numpy>=1.25",
3434
"pandas>=1.5",
3535
"pot>=0.8.2",
3636
"scanpy>=1.9.3",

0 commit comments

Comments
 (0)