Skip to content

Commit

Permalink
Update requirements etc (#20)
Browse files Browse the repository at this point in the history
* Bump version: 0.1.0 → 0.1.1

* update requirements

* Bump version: 0.1.1 → 0.1.2

* pyqt -> pyside
  • Loading branch information
adamltyson committed Oct 6, 2020
1 parent 5b5b6a8 commit c081731
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion brainreg_segment/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__author__ = "Adam Tyson"
__version__ = "0.1.0"
__version__ = "0.1.2"
from . import *
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.1.2
commit = True
tag = True

Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
requirements = [
"numpy",
"tables",
"scikit-image>=0.14.0,<0.17.0",
"pandas>=0.25.1,<=0.25.3",
"napari[pyqt5]",
"scikit-image",
"pandas",
"napari[pyside2]>=0.3.7",
"imlib >= 0.0.26",
"dask >= 2.15.0",
"napari-brainreg",
Expand All @@ -20,7 +20,7 @@

setup(
name="brainreg-segment",
version="0.1.0",
version="0.1.2",
description="Manual segmentation of 3D brain structures in a common anatomical space",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit c081731

Please sign in to comment.