https://github.com/NVIDIA/NeMo-Aligner/blob/main/nemo_aligner/package_info.py#L32 '0.6.0rc0.d.e.v.0' is not comply with PEP440. maybe it should be as follows: __version__ = __version__ + "." + "".join(VERSION[4])
https://github.com/NVIDIA/NeMo-Aligner/blob/main/nemo_aligner/package_info.py#L32
'0.6.0rc0.d.e.v.0' is not comply with PEP440. maybe it should be as follows:
version = version + "." + "".join(VERSION[4])