File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2727 python -m pip install --upgrade pip
2828 pip install pytest
2929 if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
30- pip install .
30+
31+ - name : Install DLClibrary
32+ run : pip install .
3133
3234 - name : Run pytest tests
3335 run : |
34- pytest
36+ pytest
Original file line number Diff line number Diff line change 1515MODELOPTIONS = [
1616 "full_human" ,
1717 "full_cat" ,
18+ "full_dog" ,
1819 "primate_face" ,
1920 "mouse_pupil_vclose" ,
2021 "horse_sideview" ,
Original file line number Diff line number Diff line change 99# Licensed under GNU Lesser General Public License v3.0
1010#
1111
12- __version__ = "0.0.2 "
12+ __version__ = "0.0.3 "
1313VERSION = __version__
Original file line number Diff line number Diff line change 1515
1616setuptools .setup (
1717 name = "dlclibrary" ,
18- version = "0.0.2 " ,
18+ version = "0.0.3 " ,
1919 author = "A. & M. Mathis Labs" ,
2020 author_email = "alexander@deeplabcut.org" ,
2121 description = "Lightweight library supporting universal functions for the DeepLabCut ecosystem" ,
You can’t perform that action at this time.
0 commit comments