Skip to content

Commit 25809e3

Browse files
author
Han Wang
committed
remove monty restriction, because the bug in monty has been fixed
1 parent 1fb4d32 commit 25809e3

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

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

0 commit comments

Comments
 (0)