We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8efa1e7 commit bf027c7Copy full SHA for bf027c7
CHANGELOG
@@ -1,5 +1,6 @@
1
0.9.13
2
- ref: do not import torch from dcnum, actually has no effect
3
+ - setup: bump dcnum to 0.29.1
4
0.9.12
5
- fix: import torch from dcnum to make sure variables are set correctly
6
0.9.11
pyproject.toml
@@ -27,7 +27,7 @@ classifiers = [
27
]
28
license = "GPL-3.0-or-later"
29
dependencies = [
30
- "dcnum>=0.29.0",
+ "dcnum>=0.29.1",
31
"h5py>=3.0.0, <4",
32
"numpy>=1.21, <3", # CVE-2021-33430
33
"psutil>=7",
0 commit comments