We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84b0d9 commit 856f134Copy full SHA for 856f134
CHANGELOG
@@ -1,5 +1,6 @@
1
0.6.6
2
- docs: properly employ license GPL-3.0-or-later
3
+ - setup: bump dcnum to 0.25.10
4
0.6.5
5
- enh: improve error message when input file is invalid (#13)
6
0.6.4
pyproject.toml
@@ -27,7 +27,7 @@ classifiers = [
27
]
28
license = "GPL-3.0-or-later"
29
dependencies = [
30
- "dcnum>=0.25.5",
+ "dcnum>=0.25.10",
31
"h5py>=3.0.0, <4",
32
"numpy>=1.21, <3", # CVE-2021-33430
33
0 commit comments