Skip to content

Commit

Permalink
bump properly
Browse files Browse the repository at this point in the history
  • Loading branch information
mwalmsley committed May 30, 2024
1 parent f143512 commit fdc1d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
]
)

0 comments on commit fdc1d9f

Please sign in to comment.