Skip to content

Commit

Permalink
fix copy/paste error in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-scribner committed Feb 16, 2024
1 parent 1b8a96d commit 1b522f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pmmlserver/dummy_pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ authors = ["none"]
[tool.poetry.dependencies]
python = ">=3.8,<3.12"
kserve = { path = "../python/kserve", develop = false }
sklearnserver = { path = "../python/sklearnserver", develop = false }

pmmlserver = { path = "../python/pmmlserver", develop = false }

0 comments on commit 1b522f3

Please sign in to comment.