Skip to content

Commit 8c0ad2f

Browse files
committed
proj: use importlib_metada for python 3.8 compat.
1 parent 3e138b8 commit 8c0ad2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [{name="Samuel Farrens", email="samuel.farrens@cea.fr"},
1111
readme="README.md"
1212
license={file="LICENCE.txt"}
1313

14-
dependencies = ["numpy", "scipy", "tqdm"]
14+
dependencies = ["numpy", "scipy", "tqdm", "importlib_metadata"]
1515

1616
[project.optional-dependencies]
1717
gpu=["torch", "ptwt"]

0 commit comments

Comments
 (0)