Skip to content

Commit 447babe

Browse files
committed
setup: bump dclab from 0.22.5 to 0.23.0 (possible HDF5 export issue)
1 parent a84a9f0 commit 447babe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
contains nan values
66
- fix: search path in session should not be filename but its
77
directory
8+
- setup: bump dclab from 0.22.5 to 0.23.0 (possible HDF5 export issue)
89
2.1.1
910
- fix: include private datasets when searching with DCOR API Key
1011
- fix: remove UI option to compute Young's modulus for reservoir data

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
description=description,
2626
long_description=open('README.rst').read() if exists('README.rst') else '',
2727
install_requires=["appdirs",
28-
"dclab>=0.22.5",
28+
"dclab>=0.23.0",
2929
"fcswrite>=0.5.1",
3030
"h5py>=2.8.0",
3131
"numpy>=1.9.0",

0 commit comments

Comments
 (0)