Revert "Change importlib-resources dependency to v1.4.0"

This reverts commit d787f38c21.
pull/2152/head
grossmj 1 year ago
parent d787f38c21
commit c814245426

@ -11,6 +11,6 @@ psutil==5.9.4
async-timeout>=4.0.2,<4.1
distro>=1.7.0
py-cpuinfo>=9.0.0,<10.0
importlib-resources==1.4.0; python_version < '3.9'
importlib-resources==1.3; python_version < '3.9'
setuptools>=60.8.1; python_version >= '3.7'
setuptools==59.6.0; python_version < '3.7' # v59.6.0 is the last version to support Python 3.6

Loading…
Cancel
Save