We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d261a8d commit 277f47dCopy full SHA for 277f47d
CHANGELOG
@@ -1,6 +1,7 @@
1
0.9.6
2
- enh: set "use GPU" as default
3
- enh: compute Haralick texture features by default
4
+ - setup: bump dcnum to 0.28.0
5
0.9.5
6
- docs: list more software in Help/Software menu
7
- build: use CUDA 12.6 to reduce output file size
pyproject.toml
@@ -27,7 +27,7 @@ classifiers = [
27
]
28
license = "GPL-3.0-or-later"
29
dependencies = [
30
- "dcnum>=0.27.1",
+ "dcnum>=0.28.0",
31
"h5py>=3.0.0, <4",
32
"numpy>=1.21, <3", # CVE-2021-33430
33
"psutil>=7",
0 commit comments