diff --git a/pyproject.toml b/pyproject.toml index 7eb8fea..668f82b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ liana = { git = "https://github.com/deeenes/liana-py.git", branch = "main" } pypath-common = "^0.2.2" pydeseq2 = "^0.4.9" omnipath = "^1.0.8" -decoupler = "^1.6.0" +decoupler = { git = "https://github.com/saezlab/decoupler-py.git", branch = "main" } requests = "^2.32.3" beautifulsoup4 = "^4.12.3" pypath-omnipath = "^0.16.15"