Update requirements.txt (#233)

* Update requirements.txt

Fix `ModuleNotFoundError: No module named 'distro'` cause linux_distribution return None
This commit is contained in:
bds-congnguyen 2022-08-08 20:26:58 +07:00 committed by GitHub
parent ea66becd3d
commit 29d2f23986
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