Skip to content

Commit db77b32

Browse files
committed
setup: bump dcnum to 0.27.0 (speed-up and compatibility)
1 parent 06bbf19 commit db77b32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
0.9.0
22
- cli: add `compression` parameter
3-
- setup: bump dcnum to 0.26.0 (separate writer process)
3+
- setup: bump dcnum to 0.27.0 (speed-up and compatibility)
44
- ci: run everything on Python 3.13
55
0.8.0
66
- fix: when user quits GUI during processing, forcibly kill all processes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ classifiers = [
2727
]
2828
license = "GPL-3.0-or-later"
2929
dependencies = [
30-
"dcnum>=0.26.0",
30+
"dcnum>=0.27.0",
3131
"h5py>=3.0.0, <4",
3232
"numpy>=1.21, <3", # CVE-2021-33430
3333
"psutil>=7",

0 commit comments

Comments
 (0)