Skip to content

Commit

Permalink
Switch bim dependencies back to test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouska committed Nov 30, 2024
1 parent 7381e28 commit 92736c6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/bim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ readme = "README.md"
python = "^3.12"
click = "8.1.7"
# buvis-pybase = "0.1.4"
# buvis-pybase = {version = "0.1.5a7", source = "test-pypi"} # doogat-core from test-pypi won't install this
buvis-pybase = {path = "../../../buvis-pybase", develop = true}
buvis-pybase = {version = "0.1.5a8", source = "test-pypi"} # doogat-core from test-pypi won't install this
# buvis-pybase = {path = "../../../buvis-pybase", develop = true}
# doogat-core = "0.1.2"
# doogat-core = {version = "0.1.3a29", source = "test-pypi"}
doogat-core = {path = "../../../../doogat/doogat-core", develop = true}
doogat-core = {version = "0.1.3a31", source = "test-pypi"}
# doogat-core = {path = "../../../../doogat/doogat-core", develop = true}
# doogat-integrations = "0.1.0"
# doogat-integrations = {version = "0.1.0a3", source = "test-pypi"}
doogat-integrations = {path = "../../../../doogat/doogat-integrations", develop = true}
doogat-integrations = {version = "0.1.0a4", source = "test-pypi"}
# doogat-integrations = {path = "../../../../doogat/doogat-integrations", develop = true}

[[tool.poetry.source]]
name = "test-pypi"
Expand Down

0 comments on commit 92736c6

Please sign in to comment.