Closed YodaEmbedding closed 2 years ago
Hi! Thank you for your contribution! Please re-check all issue template checklists - unfilled issues would be closed automatically. And do not forget to join our slack for collaboration.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
🐛 Bug Report
.tar.gz on PyPI is missing the
requirements/
directory.How To Reproduce
Download latest .tar.gz from: https://pypi.org/project/catalyst/#files.
Code sample
Error log:
Additional context
pip install
should be sufficient to build the package. This makes it easier to package on systems like NixOS.EDIT: P.S. Consider bumping to
tensorboardX<2.5.0>=2.1.0
if there's no breaking changes.