We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce37cf commit ea5a78dCopy full SHA for ea5a78d
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "bayesflow"
7
-version = "2.0.1"
+version = "2.0.2"
8
authors = [{ name = "The BayesFlow Team" }]
9
classifiers = [
10
"Development Status :: 5 - Production/Stable",
@@ -19,6 +19,7 @@ classifiers = [
19
"Topic :: Scientific/Engineering :: Artificial Intelligence",
20
]
21
description = "Amortizing Bayesian Inference With Neural Networks"
22
+readme = { file = "README.md", content-type = "text/markdown" }
23
license = { file = "LICENSE" }
24
25
requires-python = ">= 3.10, < 3.12"
0 commit comments