From 116b45f247c4fd70f617f3881efa1ce15b2f2e38 Mon Sep 17 00:00:00 2001 From: Mathis Chenuet <9201969+artemisart@users.noreply.github.com> Date: Fri, 17 Jan 2025 22:10:56 +0100 Subject: [PATCH] Allow iopath 0.1.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b51307a625..0ef9c49625 100644 --- a/setup.py +++ b/setup.py @@ -184,7 +184,7 @@ def get_model_zoo_configs() -> List[str]: # NOTE: when updating fvcore/iopath version, make sure fvcore depends # on compatible version of iopath. "fvcore>=0.1.5,<0.1.6", # required like this to make it pip installable - "iopath>=0.1.7,<0.1.10", + "iopath>=0.1.7,<0.1.11", "dataclasses; python_version<'3.7'", "omegaconf>=2.1,<2.4", "hydra-core>=1.1",