From 501db357f0da84683d236cb6858ff6be6fd0b540 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 1/2] 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", From 8cbaf60d78d884044f5b4ee694947357761fe978 Mon Sep 17 00:00:00 2001 From: Mathis Chenuet <9201969+artemisart@users.noreply.github.com> Date: Tue, 8 Jul 2025 21:09:47 +0200 Subject: [PATCH 2/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0ef9c49625..1ccbd3e9be 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.11", + "iopath>=0.1.7,<0.2.0", "dataclasses; python_version<'3.7'", "omegaconf>=2.1,<2.4", "hydra-core>=1.1",