Update requirements.txt

Fix `ModuleNotFoundError: No module named 'distro'` cause linux_distribution return None
This commit is contained in:
bds-congnguyen 2022-07-28 20:53:22 +07:00 committed by GitHub
commit b6668faf21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,3 +5,4 @@ pyyaml==5.4.1
jsonargparse==3.11.2
python-slugify==5.0.2
packaging==20.9
distro=1.7.0