We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b232862 + 62f70df commit df6616fCopy full SHA for df6616f
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ requires = [ "hatchling" ]
4
5
[project]
6
name = "decoupler"
7
-version = "2.1.3"
+version = "2.1.4"
8
description = "Python package to perform enrichment analysis from omics data."
9
readme = "README.md"
10
license = { file = "LICENSE" }
@@ -30,7 +30,7 @@ dependencies = [
30
"marsilea",
31
"numba",
32
"requests",
33
- "scipy<1.16", # https://github.com/statsmodels/statsmodels/issues/9584
+ "scipy",
34
# for debug logging (referenced from the issue template)
35
"session-info2",
36
"tqdm",
0 commit comments