We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4344c commit cfee86dCopy full SHA for cfee86d
2 files changed
deploy/conf.py
@@ -17,7 +17,7 @@
17
project = "PySODMetrics"
18
copyright = "2025, lartpang"
19
author = "lartpang"
20
-release = "1.6.1"
+release = "1.6.2"
21
22
# -- General configuration ---------------------------------------------------
23
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
pyproject.toml
@@ -7,7 +7,7 @@ packages = ["py_sod_metrics"] # 直接指定包名
7
8
[project]
9
name = "pysodmetrics"
10
-version = "1.6.1"
+version = "1.6.2"
11
dependencies = [
12
"numpy>=1.18,<2.3.5",
13
"scipy>=1.5,<2.0",
0 commit comments