We intend to release versions of singular project packages - think hydra-configs-torch or hydra-configs-torchvision via release branches that get tagged for upload to PyPI.
This enables users to get the exact version they need by specifying:
pip install hydra-configs-torch==1.6 or pip install hydra-configs-torch==1.7.
Master/the top level will remain the metapackage hydra-torch and will include the most uptodate configs for each package. For example, at present, if the user wrote:
pip install hydra-torch,
they would end up with the packages:
We intend to release versions of singular project packages - think
hydra-configs-torch
orhydra-configs-torchvision
via release branches that get tagged for upload to PyPI.This enables users to get the exact version they need by specifying:
pip install hydra-configs-torch==1.6
orpip install hydra-configs-torch==1.7
.Master/the top level will remain the metapackage
hydra-torch
and will include the most uptodate configs for each package. For example, at present, if the user wrote:pip install hydra-torch
, they would end up with the packages: