Skip to content

Commit

Permalink
bump dpdata version to 0.2.4 (deepmodeling#595)
Browse files Browse the repository at this point in the history
* bump dpdata version to 0.2.4

* fix AssertionErrors in TestPostGaussian (deepmodeling#5)

* fix bug issue:597 (deepmodeling#598) (deepmodeling#6)

* fix bug issue:597

* fix energies mismatch bug for dpdata cp2k unittest

* fix issue 597

Co-authored-by: Yongbin Zhuang <[email protected]>

Co-authored-by: Han Wang <[email protected]>
Co-authored-by: Jinzhe Zeng <[email protected]>
Co-authored-by: Han Wang <[email protected]>
Co-authored-by: Yongbin Zhuang <[email protected]>
  • Loading branch information
5 people authored and Cloudac7 committed Dec 1, 2021
1 parent f1edfec commit dc204a8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
with open(path.join('dpgen', '_date.py'), 'w') as fp :
fp.write('date = \'%s\'' % today)

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']
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']

setuptools.setup(
name=NAME,
Expand Down
2 changes: 1 addition & 1 deletion tests/generator/out_data_post_fp_gaussian/orig/energy.raw
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-1102.7145808882785
-1102.7145898692427
Empty file.

0 comments on commit dc204a8

Please sign in to comment.