Skip to content

Commit

Permalink
setup: bump dclab from 0.22.5 to 0.23.0 (possible HDF5 export issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 6, 2020
1 parent a84a9f0 commit 447babe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
contains nan values
- fix: search path in session should not be filename but its
directory
- setup: bump dclab from 0.22.5 to 0.23.0 (possible HDF5 export issue)
2.1.1
- fix: include private datasets when searching with DCOR API Key
- fix: remove UI option to compute Young's modulus for reservoir data
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
description=description,
long_description=open('README.rst').read() if exists('README.rst') else '',
install_requires=["appdirs",
"dclab>=0.22.5",
"dclab>=0.23.0",
"fcswrite>=0.5.1",
"h5py>=2.8.0",
"numpy>=1.9.0",
Expand Down

0 comments on commit 447babe

Please sign in to comment.