From fda17a84850ba4b3844c911a03d7d05897a98473 Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Tue, 23 Jul 2024 22:31:53 +0100 Subject: [PATCH 1/3] dont pin huggingface-hub --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3112e9b..9491ad1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "omegaconf", "hydra-core", "python-dotenv", - "huggingface-hub==0.20.*", + "huggingface-hub", ] [tool.setuptools.dynamic] From 97e68b2d38bd2557d3eaa994dac35cb156841c0e Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Tue, 23 Jul 2024 22:42:27 +0100 Subject: [PATCH 2/3] "geopandas==0.14.4" --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9491ad1..e6bc4b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ dependencies = [ "hydra-core", "python-dotenv", "huggingface-hub", + "geopandas==0.14.4", ] [tool.setuptools.dynamic] From 85ade9101c1ba48263b61b4f9360aa2e87fdc891 Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Tue, 23 Jul 2024 22:44:50 +0100 Subject: [PATCH 3/3] re pin hf --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6bc4b4..213e4a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "omegaconf", "hydra-core", "python-dotenv", - "huggingface-hub", + "huggingface-hub==0.20.*", "geopandas==0.14.4", ]