Skip to content

Commit bede6de

Browse files
committed
remove path dependency
1 parent f8d0d84 commit bede6de

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

poetry.lock

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ numpy = "^1.24.1"
1212
pandas = "^1.5.3"
1313
taigapy = {version = "^6.1.0", source = "public-python"}
1414
seaborn = "^0.12.2"
15-
# depmap_omics_upload = {git = "https://github.com/broadinstitute/depmap_omics_upload", rev="ccabf56"}
16-
depmap_omics_upload = {path = "../depmap_omics_upload", develop = true}
15+
depmap_omics_upload = {git = "https://github.com/broadinstitute/depmap_omics_upload", branch='25q3-mut-upload'}
16+
# depmap_omics_upload = {path = "../depmap_omics_upload", develop = true}
1717
pyright = "1.1.293"
1818
pandera = "^0.13.4"
1919
fire = "0.7.0"

0 commit comments

Comments
 (0)