Skip to content

Commit 405dbfa

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f8256e2 commit 405dbfa

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ url = https://github.com/OpenSourceEconomics/pybaum
77
author = Janos Gabler, Tobias Raabe
88
author_email = [email protected]
99
license = MIT
10-
license_file = LICENSE
10+
license_files = LICENSE
1111
platforms = unix, linux, osx, cygwin, win32
1212
classifiers =
1313
Development Status :: 3 - Alpha
@@ -22,7 +22,7 @@ classifiers =
2222

2323
[options]
2424
packages = find:
25-
python_requires = >=3.7
25+
python_requires = >=3.8
2626
include_package_data = True
2727
package_dir =
2828
=src

src/pybaum/equality.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Functions to check equality of pytree leaves."""
2+
23
from pybaum.config import IS_JAX_INSTALLED
34
from pybaum.config import IS_NUMPY_INSTALLED
45
from pybaum.config import IS_PANDAS_INSTALLED

src/pybaum/tree_util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- The treedef containing information to unflatten pytrees is implemented differently.
77
88
"""
9+
910
from pybaum.equality import EQUALITY_CHECKERS
1011
from pybaum.registry import get_registry
1112
from pybaum.typecheck import get_type

0 commit comments

Comments
 (0)