Skip to content

Commit

Permalink
Fix DLC and sleap versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacrobinson2000 committed Jan 10, 2024
1 parent 4b18ca9 commit 7b18437
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conda-environments/DIPLOMAT-DEEPLABCUT-CPU.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ dependencies:
- tensorflow
- keras
- pip:
- deeplabcut
- deeplabcut==2.3.8
- diplomat-track
2 changes: 1 addition & 1 deletion conda-environments/DIPLOMAT-DEEPLABCUT.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ dependencies:
- tensorflow-gpu
- keras
- pip:
- deeplabcut
- deeplabcut==2.3.8
- diplomat-track
2 changes: 1 addition & 1 deletion conda-environments/DIPLOMAT-SLEAP-CPU.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ dependencies:
- conda-forge::cudnn=8.2.1
- nvidia::cuda-nvcc=11.3
- pip:
- sleap
- sleap==1.3.3
- diplomat-track
2 changes: 1 addition & 1 deletion conda-environments/DIPLOMAT-SLEAP.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ dependencies:
- conda-forge::cudnn=8.2.1
- nvidia::cuda-nvcc=11.3
- pip:
- sleap
- sleap==1.3.3
- diplomat-track
2 changes: 1 addition & 1 deletion diplomat/wx_gui/settings_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class DropDown(SettingWidget):
"""
def __init__(self, options: List[Any], option_names: Optional[List[str]] = None, default: int = 0, **kwargs):
"""
Create a new drop down widget.
Create a new drop-down widget.
:param options: The list of objects to select from.
:param option_names: Optional, a list of names to actually display in the selection box. If not set or set to
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ diplomat = "diplomat._cli_runner:main"
gui = ["wxpython"]
dlc = ["deeplabcut[tf]"]
sleap = ["sleap[pypi]"]
all = ["wxpython", "deeplabcut", "sleap[pypi]"]
all = ["wxpython", "deeplabcut==2.3.8", "sleap[pypi]==1.3.3"]

0 comments on commit 7b18437

Please sign in to comment.