From 594ebe69801a8fc83655d5740846805eeca53b39 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Mon, 22 Nov 2021 19:17:32 -0500 Subject: [PATCH] add importlib_metadata as dependency Same as https://github.com/deepmodeling/dpdata/pull/227. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index f3ead805b8..424cf6c22d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,6 @@ pyyaml dargs >= 0.2.6 python-hostlist >= 1.21 typing_extensions; python_version < "3.7" +importlib_metadata>=1.4; python_version < "3.8" h5py wcmatch