Skip to content

Commit

Permalink
Include seaborn in conda pkg, bump to v0.2.1a2
Browse files Browse the repository at this point in the history
  • Loading branch information
ntabris committed Mar 27, 2020
1 parent 3d2009c commit 9154250
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .conda/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rem # this out myself, ughhh.
set PIP_NO_INDEX=False
set PIP_NO_DEPENDENCIES=False
set PIP_IGNORE_INSTALLED=False
pip install cattrs==1.0.0rc opencv-python-headless==3.4.1.15 PySide2>=5.12 imgaug==0.3.0 qimage2ndarray==1.8 imgstore jsmin
pip install cattrs==1.0.0rc opencv-python-headless==3.4.1.15 PySide2>=5.12 imgaug==0.3.0 qimage2ndarray==1.8 imgstore jsmin seaborn

rem # Use and update environment.yml call to install pip dependencies. This is slick.
rem # While environment.yml contains the non pip dependencies, the only thing left
Expand Down
2 changes: 1 addition & 1 deletion .conda/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export PIP_NO_INDEX=False
export PIP_NO_DEPENDENCIES=False
export PIP_IGNORE_INSTALLED=False

pip install cattrs==1.0.0rc opencv-python-headless==3.4.1.15 PySide2>=5.12 imgaug==0.3.0 qimage2ndarray==1.8 imgstore jsmin
pip install cattrs==1.0.0rc opencv-python-headless==3.4.1.15 PySide2>=5.12 imgaug==0.3.0 qimage2ndarray==1.8 imgstore jsmin seaborn

pip install setuptools-scm

Expand Down
2 changes: 1 addition & 1 deletion sleap/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.1a1"
__version__ = "0.2.1a2"

0 comments on commit 9154250

Please sign in to comment.