Skip to content

Commit

Permalink
Tried to get versioneer working, failed
Browse files Browse the repository at this point in the history
  • Loading branch information
kleingeo committed Jun 19, 2024
1 parent c4c564f commit 08efaad
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 704 deletions.
5 changes: 0 additions & 5 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,13 @@ build:


requirements:
build:
- versioneer
- setuptools_scm

host:
- python {{ environ.get('PYTHON_VERSION') }}
- setuptools
- pip
- SimpleITK >=2.2.0
- numpy >=1.20.0
- scipy >=1.6.0
- versioneer

run:
- python {{ environ.get('PYTHON_VERSION') }}
Expand Down
6 changes: 3 additions & 3 deletions medipt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
# from setuptools_scm import get_version
#
# __version__ = get_version(root='..', relative_to=__file__)
import versioneer
from . import _version
__version__ = _version.get_versions()['version']
# import versioneer
# from . import _version
# __version__ = _version.get_versions()['version']
Loading

0 comments on commit 08efaad

Please sign in to comment.