Skip to content

Commit a2d13e6

Browse files
authored
add importlib_metadata as dependency (#227)
* add importlib_metadata as dependency * add quote
1 parent 870ca25 commit a2d13e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
readme = f.read()
1313

1414
# install_requires = ['xml']
15-
install_requires=['numpy>=1.14.3', 'monty', 'scipy', 'h5py', 'wcmatch']
15+
install_requires=['numpy>=1.14.3', 'monty', 'scipy', 'h5py', 'wcmatch', 'importlib_metadata>=1.4; python_version < "3.8"']
1616

1717
setuptools.setup(
1818
name="dpdata",

0 commit comments

Comments
 (0)