We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84a9f0 commit 447babeCopy full SHA for 447babe
CHANGELOG
@@ -5,6 +5,7 @@
5
contains nan values
6
- fix: search path in session should not be filename but its
7
directory
8
+ - setup: bump dclab from 0.22.5 to 0.23.0 (possible HDF5 export issue)
9
2.1.1
10
- fix: include private datasets when searching with DCOR API Key
11
- fix: remove UI option to compute Young's modulus for reservoir data
setup.py
@@ -25,7 +25,7 @@
25
description=description,
26
long_description=open('README.rst').read() if exists('README.rst') else '',
27
install_requires=["appdirs",
28
- "dclab>=0.22.5",
+ "dclab>=0.23.0",
29
"fcswrite>=0.5.1",
30
"h5py>=2.8.0",
31
"numpy>=1.9.0",
0 commit comments