Skip to content

Commit c464d70

Browse files
committed
setup: bump dclab to 0.67.0
1 parent 38723f7 commit c464d70

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
- enh: do not export "contour" to HDF5 files ("mask" is sufficient and faster)
66
- docs: add missing image for data export
77
- ref: only use closeEvent when exiting DCscope GUI
8+
- setup: bump dclab to 0.67.0
89
2.22.1
910
- feat: notify user when loaded data have different pipeline hashes (#217)
1011
- fix: prevent accidental polygon filter creation (#148)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ classifiers = [
2929
]
3030
license = "GPL-3.0-or-later"
3131
dependencies = [
32-
"dclab[dcor,export,http,s3]>=0.64.0",
32+
"dclab[dcor,export,http,s3]>=0.67.0",
3333
"h5py>=2.8.0",
3434
"numpy>=1.21", # CVE-2021-33430
3535
"pygments",

0 commit comments

Comments
 (0)