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 3c0bcc4 commit 4781e2eCopy full SHA for 4781e2e
pyproject.toml
@@ -16,13 +16,14 @@ classifiers = [
16
"Programming Language :: Python :: 3 :: Only",
17
"Programming Language :: Python :: 3.10",
18
"Programming Language :: Python :: 3.11",
19
+ "Programming Language :: Python :: 3.12",
20
"Topic :: Scientific/Engineering :: Artificial Intelligence",
21
]
22
description = "Amortizing Bayesian Inference With Neural Networks"
23
readme = { file = "README.md", content-type = "text/markdown" }
24
license = { file = "LICENSE" }
25
-requires-python = ">= 3.10, < 3.12"
26
+requires-python = ">= 3.10, < 3.13"
27
dependencies = [
28
"keras >= 3.9",
29
"matplotlib",
0 commit comments