Skip to content

Commit

Permalink
Merge pull request #228 from amcadmus/master
Browse files Browse the repository at this point in the history
merge bug fixings to master
  • Loading branch information
wanghan-iapcm authored Nov 23, 2021
2 parents f242cbe + c377f85 commit 306172d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dpdata/deepmd/hdf5.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ def dump(f: h5py.File,
set_folder.create_dataset('%s.npy' % prop['fn'], data=reshaped_data[dt][set_stt:set_end])

if nopbc:
g.create_dataset("nopbc", True)
g.create_dataset("nopbc", data=True)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
readme = f.read()

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

setuptools.setup(
name="dpdata",
Expand Down

0 comments on commit 306172d

Please sign in to comment.