Skip to content

Commit

Permalink
Update versioneer to 3.12
Browse files Browse the repository at this point in the history
using `versioneer install --vendor` in a 3.12 env
  • Loading branch information
esc committed Apr 8, 2024
1 parent 1e2f244 commit eec7b49
Show file tree
Hide file tree
Showing 3 changed files with 1,046 additions and 429 deletions.
5 changes: 2 additions & 3 deletions numba_scipy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

from ._version import get_versions
__version__ = get_versions()['version']
del get_versions
from . import _version
__version__ = _version.get_versions()['version']


def _init_extension():
Expand Down
Loading

0 comments on commit eec7b49

Please sign in to comment.