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 May 27, 2024
1 parent 3d0f7e5 commit 6e9c0b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ url = https://github.com/OpenSourceEconomics/pybaum
author = Janos Gabler, Tobias Raabe
author_email = [email protected]
license = MIT
license_file = LICENSE
license_files = LICENSE
platforms = unix, linux, osx, cygwin, win32
classifiers =
Development Status :: 3 - Alpha
Expand All @@ -22,7 +22,7 @@ classifiers =

[options]
packages = find:
python_requires = >=3.7
python_requires = >=3.8
include_package_data = True
package_dir =
=src
Expand Down
1 change: 1 addition & 0 deletions src/pybaum/equality.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Functions to check equality of pytree leaves."""

from pybaum.config import IS_JAX_INSTALLED
from pybaum.config import IS_NUMPY_INSTALLED
from pybaum.config import IS_PANDAS_INSTALLED
Expand Down
1 change: 1 addition & 0 deletions src/pybaum/tree_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- The treedef containing information to unflatten pytrees is implemented differently.
"""

from pybaum.equality import EQUALITY_CHECKERS
from pybaum.registry import get_registry
from pybaum.typecheck import get_type
Expand Down

0 comments on commit 6e9c0b3

Please sign in to comment.