Skip to content

Commit bf027c7

Browse files
committed
setup: bump dcnum to 0.29.0
1 parent 8efa1e7 commit bf027c7

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.13
22
- ref: do not import torch from dcnum, actually has no effect
3+
- setup: bump dcnum to 0.29.1
34
0.9.12
45
- fix: import torch from dcnum to make sure variables are set correctly
56
0.9.11

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

0 commit comments

Comments
 (0)