Skip to content

Commit 08cf615

Browse files
wanghan-iapcmHan Wangnjzjzamcadmusrobinzyb
authored
bump dpdata version to 0.2.4 (#595)
* bump dpdata version to 0.2.4 * fix AssertionErrors in TestPostGaussian (#5) * fix bug issue:597 (#598) (#6) * fix bug issue:597 * fix energies mismatch bug for dpdata cp2k unittest * fix issue 597 Co-authored-by: Yongbin Zhuang <38876805+robinzyb@users.noreply.github.com> Co-authored-by: Han Wang <wang_han@iapcm.ac.cn> Co-authored-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu> Co-authored-by: Han Wang <amcadmus@gmail.com> Co-authored-by: Yongbin Zhuang <38876805+robinzyb@users.noreply.github.com>
1 parent c6ce120 commit 08cf615

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
with open(path.join('dpgen', '_date.py'), 'w') as fp :
1818
fp.write('date = \'%s\'' % today)
1919

20-
install_requires=['numpy>=1.14.3', 'dpdata>=0.1.14', 'pymatgen>=2019.1.13', 'ase', 'monty>2.0.0', 'paramiko', 'custodian','GromacsWrapper>=0.8.0', 'dpdispatcher>=0.3.11']
20+
install_requires=['numpy>=1.14.3', 'dpdata>=0.2.4', 'pymatgen>=2019.1.13', 'ase', 'monty>2.0.0', 'paramiko', 'custodian','GromacsWrapper>=0.8.0', 'dpdispatcher>=0.3.11']
2121

2222
setuptools.setup(
2323
name=NAME,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-1102.7145808882785
1+
-1102.7145898692427

tests/generator/out_data_post_fp_gaussian/orig/nopbc

Whitespace-only changes.

0 commit comments

Comments
 (0)