Skip to content

Commit df6616f

Browse files
authored
Merge pull request #266 from siddharthst/main
Removed the scipy v1.16 dependency
2 parents b232862 + 62f70df commit df6616f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "hatchling" ]
44

55
[project]
66
name = "decoupler"
7-
version = "2.1.3"
7+
version = "2.1.4"
88
description = "Python package to perform enrichment analysis from omics data."
99
readme = "README.md"
1010
license = { file = "LICENSE" }
@@ -30,7 +30,7 @@ dependencies = [
3030
"marsilea",
3131
"numba",
3232
"requests",
33-
"scipy<1.16", # https://github.com/statsmodels/statsmodels/issues/9584
33+
"scipy",
3434
# for debug logging (referenced from the issue template)
3535
"session-info2",
3636
"tqdm",

0 commit comments

Comments
 (0)