Skip to content

Commit

Permalink
add updated pyproject files
Browse files Browse the repository at this point in the history
  • Loading branch information
lyie28 committed Oct 16, 2024
1 parent 25ff3c8 commit 0e6c99d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ packages = [{include = "lavague/"}]

[tool.poetry.dependencies]
python = "^3.10"
lavague-sdk = {path = "../../../lavague-sdk", develop = true} # change to pypi dep when public release
lavague-exporters-python = {path = "../lavague-exporters-python", develop = true}
lavague-sdk = ">=0.1.0"
lavague-exporters-python = ">=0.1.0"

[build-system]
requires = ["poetry-core"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ packages = [{include = "lavague/"}]

[tool.poetry.dependencies]
python = "^3.10"
lavague-sdk = {path = "../../../lavague-sdk", develop = true} # change to pypi dep when public release

lavague-sdk = ">=0.1.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 0e6c99d

Please sign in to comment.