We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46049d3 commit 2d93e64Copy full SHA for 2d93e64
pyproject.toml
@@ -45,9 +45,9 @@ classifiers = [
45
dependencies = [
46
"torch>=2.7",
47
]
48
-description = "Implementations of the CRPS using PyTorch"
+description = "A PyTorch-based distribution parametrized by the logits of CDF bins"
49
dynamic = ["version"]
50
-license = "MIT"
+license = "CC-BY-4.0"
51
maintainers = [{name = "Fabio Muratore", email = "[email protected]"}]
52
name = "binned-cdf"
53
readme = "readme.md"
0 commit comments