From 847751dc042b71ec82dded9d68c276e136fa6033 Mon Sep 17 00:00:00 2001 From: Thinh Nguyen Date: Mon, 14 Apr 2025 13:15:19 -0500 Subject: [PATCH] update: DLC `pytorch_dlc` branch has been merged into `main` --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b361757..44aed0a 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ ], extras_require={ "dlc_default": [ - "deeplabcut[tf] @ git+https://github.com/DeepLabCut/DeepLabCut.git@pytorch_dlc" + "deeplabcut[tf] @ git+https://github.com/DeepLabCut/DeepLabCut.git" ], "dlc_apple_mchips": [ "tensorflow-macos==2.12.0", @@ -41,7 +41,7 @@ "deeplabcut", ], "dlc_gui": [ - "deeplabcut[gui] @ git+https://github.com/DeepLabCut/DeepLabCut.git@pytorch_dlc" + "deeplabcut[gui] @ git+https://github.com/DeepLabCut/DeepLabCut.git" ], "elements": [ "element-lab @ git+https://github.com/datajoint/element-lab.git",