From fa25d9dea4900164b55cda1de3267e426d3206b5 Mon Sep 17 00:00:00 2001 From: Taylor Denouden Date: Fri, 24 Jan 2025 10:27:20 -0800 Subject: [PATCH] Relax version reqs --- conda/recipe.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda/recipe.yaml b/conda/recipe.yaml index 6de18b9..392041e 100644 --- a/conda/recipe.yaml +++ b/conda/recipe.yaml @@ -31,8 +31,8 @@ requirements: - fsspec - rasterio >=1.3.7, <2 - rich >=13.5, <14 - - torchvision ~=0.16.1 - - typer ~=0.9.0 + - torchvision >=0.16.1 + - typer >=0.9.0 - packaging >=24.1, <25 run_constraints: - pytorch-cuda >=11.8