Skip to content

Commit 89be04c

Browse files
authored
Merge pull request #138 from ttngu207/main
update: DLC `pytorch_dlc` branch has been merged into `main`
2 parents 4acd1ee + 847751d commit 89be04c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
],
3333
extras_require={
3434
"dlc_default": [
35-
"deeplabcut[tf] @ git+https://github.com/DeepLabCut/DeepLabCut.git@pytorch_dlc"
35+
"deeplabcut[tf] @ git+https://github.com/DeepLabCut/DeepLabCut.git"
3636
],
3737
"dlc_apple_mchips": [
3838
"tensorflow-macos==2.12.0",
@@ -41,7 +41,7 @@
4141
"deeplabcut",
4242
],
4343
"dlc_gui": [
44-
"deeplabcut[gui] @ git+https://github.com/DeepLabCut/DeepLabCut.git@pytorch_dlc"
44+
"deeplabcut[gui] @ git+https://github.com/DeepLabCut/DeepLabCut.git"
4545
],
4646
"elements": [
4747
"element-lab @ git+https://github.com/datajoint/element-lab.git",

0 commit comments

Comments
 (0)