Complete integration with BayesNet

This commit is contained in:
2023-07-07 19:19:52 +02:00
parent 5866e19fae
commit 4bad5ccfee
4 changed files with 620 additions and 269 deletions

View File

@@ -39,9 +39,7 @@ classifiers = [
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
]
[project.optional-dependencies]
@@ -61,7 +59,7 @@ show_missing = true
[tool.black]
line-length = 79
target_version = ['py38', 'py39', 'py310']
target_version = ['py311']
include = '\.pyi?$'
exclude = '''
/(