We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0bd1f8 commit e71c2abCopy full SHA for e71c2ab
CHANGELOG
@@ -1,3 +1,5 @@
1
+2.7.2
2
+ - setup: bump dclab from 0.35.4 to 0.35.6
3
2.7.1
4
- enh: display online polygon filters in metadata tab (#94)
5
- enh: show user configuration section in metadata tab (#86)
setup.py
@@ -25,7 +25,7 @@
25
description=description,
26
long_description=open('README.rst').read() if exists('README.rst') else '',
27
install_requires=["fcswrite>=0.5.1",
28
- "dclab[dcor,lme4]>=0.35.4",
+ "dclab[dcor,lme4]>=0.35.6",
29
"h5py>=2.8.0",
30
"numpy>=1.9.0",
31
"pyqt5",
0 commit comments