Skip to content

Commit 1fd7bbe

Browse files
author
Han Wang
committed
restrict the monty version to avoid the import error
1 parent ca96659 commit 1fd7bbe

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']
15+
install_requires=['numpy>=1.14.3', 'monty<3.0.0']
1616

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

0 commit comments

Comments
 (0)