Skip to content

Commit

Permalink
Issue #81 updated versioneer and use sksurgerycore with updated versi…
Browse files Browse the repository at this point in the history
…oneer, 0.7.1
  • Loading branch information
thompson318 committed Feb 21, 2024
1 parent 925696f commit 7a69456
Show file tree
Hide file tree
Showing 5 changed files with 1,048 additions and 433 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
ndicapi>=3.2.6
numpy>=1.11
six>=1.10
scikit-surgerycore>=0.7.0
scikit-surgerycore>=0.7.1
pyserial
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
'six>=1.10',
'numpy>=1.11',
'ndicapi>=3.2.6',
'scikit-surgerycore>=0.7.0',
'scikit-surgerycore>=0.7.1',
'pyserial'
],
)
5 changes: 2 additions & 3 deletions sksurgerynditracker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# coding=utf-8
"""scikit-surgerynditracker"""

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

0 comments on commit 7a69456

Please sign in to comment.