Skip to content

Commit

Permalink
Cherry-pick latest Poetry deps from master
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Gonzalez-Martin committed Sep 7, 2023
1 parent 463c39f commit 4231e66
Show file tree
Hide file tree
Showing 12 changed files with 147 additions and 108 deletions.
115 changes: 67 additions & 48 deletions poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mlserver"
version = "1.4.0.rc4"
version = "1.4.0.dev3"
description = "MLServer"
authors = ["Seldon Technologies Ltd. <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -92,7 +92,7 @@ pyyaml = "6.0.1"
conda-pack = {git = "https://github.com/conda/conda-pack", rev = "0.7.0"}
flake8 = "6.0.0"
flake8-black = "0.3.6"
mypy = "1.5.0"
mypy = "1.5.1"
mypy-protobuf = "3.1.0"
types-protobuf = "4.24.0.1"
types-orjson = "3.6.2"
Expand Down Expand Up @@ -145,7 +145,7 @@ optional = true
Sphinx = "6.2.1"
sphinx_material = "0.0.35"
readthedocs-sphinx-search = "0.3.1"
myst-parser = "1.0.0"
myst-parser = "2.0.0"
sphinxcontrib-bibtex = "2.5.0"
autodoc_pydantic = "1.9.0"
sphinx-click = "4.4.0"
Expand Down
77 changes: 44 additions & 33 deletions runtimes/alibi-detect/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion runtimes/alibi-detect/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mlserver-alibi-detect"
version = "1.4.0.rc4"
version = "1.4.0.dev3"
description = "Alibi-Detect runtime for MLServer"
authors = ["Seldon Technologies Ltd. <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion runtimes/alibi-explain/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mlserver-alibi-explain"
version = "1.4.0.rc4"
version = "1.4.0.dev3"
description = "Alibi-Explain runtime for MLServer"
authors = ["Seldon Technologies Ltd. <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion runtimes/huggingface/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mlserver-huggingface"
version = "1.4.0.rc4"
version = "1.4.0.dev3"
description = "HuggingFace runtime for MLServer"
authors = ["Seldon Technologies Ltd. <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion runtimes/lightgbm/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mlserver-lightgbm"
version = "1.4.0.rc4"
version = "1.4.0.dev3"
description = "LightGBM runtime for MLServer"
authors = ["Seldon Technologies Ltd. <[email protected]>"]
license = "Apache-2.0"
Expand Down
37 changes: 23 additions & 14 deletions runtimes/mlflow/poetry.lock

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

6 changes: 3 additions & 3 deletions runtimes/mlflow/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mlserver-mlflow"
version = "1.4.0.rc4"
version = "1.4.0.dev3"
description = "MLflow runtime for MLServer"
authors = ["Seldon Technologies Ltd. <[email protected]>"]
license = "Apache-2.0"
Expand All @@ -15,8 +15,8 @@ mlflow = "*"
[tool.poetry.group.dev.dependencies]
mlserver = {path = "../..", develop = true}
torch = "2.0.0"
pytorch-lightning = "2.0.7"
torchmetrics = "1.1.0"
pytorch-lightning = "2.0.8"
torchmetrics = "1.1.1"
torchvision = "0.15.1"
mlflow = "2.6.0"

Expand Down
2 changes: 1 addition & 1 deletion runtimes/mllib/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mlserver-mllib"
version = "1.4.0.rc4"
version = "1.4.0.dev3"
description = "Spark MLlib runtime for MLServer"
authors = ["Seldon Technologies Ltd. <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion runtimes/sklearn/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mlserver-sklearn"
version = "1.4.0.rc4"
version = "1.4.0.dev3"
description = "Scikit-Learn runtime for MLServer"
authors = ["Seldon Technologies Ltd. <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion runtimes/xgboost/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mlserver-xgboost"
version = "1.4.0.rc4"
version = "1.4.0.dev3"
description = "XGBoost runtime for MLServer"
authors = ["Seldon Technologies Ltd. <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 4231e66

Please sign in to comment.