Skip to content

Commit 7fe2ad6

Browse files
authored
Merge pull request #67 from sidhulyalkar/main
Fix requirements for DLC setting tensorflow to be a subpackage
2 parents e8fc1da + 49f51af commit 7fe2ad6

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
44
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
55

6-
## [0.2.1] - Unreleased
6+
## [0.2.1] - 2022-12-16
77

8+
+ Update - Requirements to accomodate DLC package requirements changing
9+
+ Fix - Typos in docstrings
810
+ Update - Docstrings for mkdocs deployment
911
+ Update - Doc website styling including logos, navigation, social icons
1012
+ Add - Flow diagram in svg and drawio formats

element_deeplabcut/model.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,9 @@ def insert_estimation_task(
622622
params (dict): Optional. Parameters passed to DLC's analyze_videos:
623623
videotype, gputouse, save_as_csv, batchsize, cropping, TFGPUinference,
624624
dynamic, robust_nframes, allow_growth, use_shelve
625-
relative (bool): Report directory relative to get_dlc_processed_data_dir().
626-
mkdir (bool): Default False. Make directory if it doesn't exist.
625+
relative (bool): Default True. Report directory relative to get_dlc_processed_data_dir().
626+
mkdir (bool): Default True. Make directory if it doesn't exist.
627+
skip_duplicates (bool): Default False. If true skips insertion of duplicate keys
627628
"""
628629
output_dir = cls.infer_output_dir(key, relative=relative, mkdir=mkdir)
629630

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
datajoint>=0.13
2-
deeplabcut>=2.2.1.1
3-
opencv-python-headless
2+
deeplabcut[tf]>=2.2.1.1
3+
opencv-python-headless

0 commit comments

Comments
 (0)