From 0639491c17ac3bbe73ca5427b069ac89411c034c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 12:01:33 +0000 Subject: [PATCH] build(deps): update segmentation-models-pytorch requirement Updates the requirements on [segmentation-models-pytorch](https://github.com/qubvel/segmentation_models.pytorch) to permit the latest version. - [Release notes](https://github.com/qubvel/segmentation_models.pytorch/releases) - [Commits](https://github.com/qubvel/segmentation_models.pytorch/compare/v0.2.1...v0.3.3) --- updated-dependencies: - dependency-name: segmentation-models-pytorch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/datatype_image_segm.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/datatype_image_segm.txt b/requirements/datatype_image_segm.txt index cf37ef2c0d..691d706a09 100644 --- a/requirements/datatype_image_segm.txt +++ b/requirements/datatype_image_segm.txt @@ -1,4 +1,4 @@ # NOTE: all pins for latest are for CI consistency unless it is `strict`, then it is also forced in setup # This is a separate file, as segmentation integration is affected by vissl installation (conflicts) -segmentation-models-pytorch >0.2.0, <=0.3.1 +segmentation-models-pytorch >0.2.0, <=0.3.3