Skip to content

Commit

Permalink
pyproject: decoupler from git instead of pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
deeenes committed Jun 14, 2024
1 parent 4499c6a commit 9df7969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9df7969

Please sign in to comment.