Skip to content

Commit 8439b97

Browse files
committed
setup: bump dcnum to 0.28.3 (internal basin sorted first)
1 parent de6b387 commit 8439b97

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
@@ -1,5 +1,6 @@
11
0.9.9
22
- fix: reduce idle CPU usage of GUI and sail around memory leak in dcnum
3+
- setup: bump dcnum to 0.28.3 (internal basin sorted first)
34
0.9.8
45
- ref: replace `len(os.sched_getaffinity(0))` with `dcnum.common.cpu_count()`
56
0.9.7

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.28.1",
30+
"dcnum>=0.28.3",
3131
"h5py>=3.0.0, <4",
3232
"numpy>=1.21, <3", # CVE-2021-33430
3333
"psutil>=7",

0 commit comments

Comments
 (0)