From 983250e357b9db1787eba8e6e66ccc84d658c409 Mon Sep 17 00:00:00 2001 From: Nick Padgett Date: Wed, 5 Jul 2023 14:45:41 -0400 Subject: [PATCH] Updated img2dataset to pull from the Spawning-Inc fork, which uses the datadiligence package to remove opt-outs of various means. Fixed byg with envcironment_osx.yml not having its hugginface dependency updated correctly. --- environment.yml | 2 +- environment_osx.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 4704218..2ec4465 100644 --- a/environment.yml +++ b/environment.yml @@ -85,7 +85,7 @@ dependencies: - huggingface-hub==0.14.1 - idna==3.4 - imageio==2.22.4 - - img2dataset==1.40.0 + - img2dataset @ https://github.com/Spawning-Inc/img2dataset/archive/refs/heads/main.tar.gz - importlib-resources==5.10.0 - isodate==0.6.1 - jmespath==1.0.1 diff --git a/environment_osx.yml b/environment_osx.yml index 5358110..bbe128f 100644 --- a/environment_osx.yml +++ b/environment_osx.yml @@ -76,10 +76,10 @@ dependencies: - googleapis-common-protos==1.57.0 - grpcio==1.50.0 - h5py==3.7.0 - - huggingface-hub==0.11.0 + - huggingface-hub==0.14.1 - idna==3.4 - imageio==2.22.4 - - img2dataset==1.40.0 + - img2dataset @ https://github.com/Spawning-Inc/img2dataset/archive/refs/heads/main.tar.gz - importlib-resources==5.10.0 - isodate==0.6.1 - jmespath==1.0.1