Skip to content

Commit

Permalink
refactor(docker): update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Sep 15, 2024
1 parent d284a2d commit cb4da09
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion train/extraction/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion train/extraction/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ packages = [{ include = "*.py" }]
[tool.poetry.dependencies]
python = "~3.10"
pymupdf = "1.23.3"
mlopspython-extraction = {path = "../../packages/mlopspython-extraction", develop = true}
mlopspython_extraction = {path = "../../packages/mlopspython-extraction", develop = true}
mldesigner = "0.1.0b15"
mlflow = "2.7.1"
azureml-mlflow = "1.53.0"
Expand Down
2 changes: 1 addition & 1 deletion train/test/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion train/test/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mlflow = "2.7.1"
azureml-mlflow = "1.53.0"
azure-ai-ml = "1.10.1"
ml-dtypes = "0.4.1"
mlopspython-inference = {path = "../../packages/mlopspython-inference", develop = true}
mlopspython_inference = {path = "../../packages/mlopspython-inference", develop = true}

[tool.poetry.group.dev.dependencies]
coverage = "^7.3.1"
Expand Down

0 comments on commit cb4da09

Please sign in to comment.