From fdc1d9ff61d94b31730cea180657588068deee94 Mon Sep 17 00:00:00 2001 From: Mike Walmsley Date: Thu, 30 May 2024 15:21:31 -0400 Subject: [PATCH] bump properly --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d564572c..0a64fd46 100755 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ 'pyro-ppl>=1.8.0', 'torchmetrics==0.11.0', 'timm >= 0.9.10', - 'galaxy_datasets == 0.0.19' + 'galaxy_datasets>=0.0.19' ], # TODO may add narval/Digital Research Canada config 'tensorflow': [ # WARNING now deprecated @@ -117,6 +117,6 @@ 'webdataset', # for reading webdataset files 'huggingface_hub', # login may be required 'setuptools', # no longer pinned - 'galaxy-datasets>=0.0.18' # for dataset loading in both TF and Torch (see github/mwalmsley/galaxy-datasets) + 'galaxy-datasets>=0.0.19' # for dataset loading in both TF and Torch (see github/mwalmsley/galaxy-datasets) ] )