add importlib for 3.6 compat

This commit is contained in:
Félix Voituret
2021-01-08 19:04:15 +01:00
parent 7e40f12a7f
commit 306bc28d9e
2 changed files with 21 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ museval = {version = "0.3.0", optional = true}
tensorflow = "2.3.0"
pandas = "1.1.2"
numpy = "<1.19.0,>=1.16.0"
importlib-resources = {version = "^4.1.1", python = "<3.7"}
[tool.poetry.dev-dependencies]
pytest = "^6.2.1"