Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 15, 2024
1 parent 5cb0870 commit 0a5cff3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
## functionality roadmap:
Completed:
- basic DAG creation and manipulation via `Node` class
- `BayesNet` class that wraps DAG logic
- `BayesNet` class that wraps DAG logic
- stringent runtime type-checking via `pydantic`
- graph vizualisation capability
- on-the-fly construction of junction tree
Expand Down
8 changes: 3 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ author_email = [email protected]
maintainer = Nathan Simpson
maintainer_email = [email protected]
license = BSD-3-Clause
license_file = LICENSE
license_files = LICENSE
platforms =
Any
classifiers =
Expand All @@ -21,8 +21,6 @@ classifiers =
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Scientific/Engineering
Expand Down Expand Up @@ -57,9 +55,9 @@ dev =
pytest-cov
docs =
Sphinx~=3.0
myst_parser>=0.13
myst-parser>=0.13
sphinx-book-theme>=0.0.33
sphinx_copybutton
sphinx-copybutton
test =
pre-commit
pytest>=6
Expand Down

0 comments on commit 0a5cff3

Please sign in to comment.