We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4acd1ee + 847751d commit 89be04cCopy full SHA for 89be04c
setup.py
@@ -32,7 +32,7 @@
32
],
33
extras_require={
34
"dlc_default": [
35
- "deeplabcut[tf] @ git+https://github.com/DeepLabCut/DeepLabCut.git@pytorch_dlc"
+ "deeplabcut[tf] @ git+https://github.com/DeepLabCut/DeepLabCut.git"
36
37
"dlc_apple_mchips": [
38
"tensorflow-macos==2.12.0",
@@ -41,7 +41,7 @@
41
"deeplabcut",
42
43
"dlc_gui": [
44
- "deeplabcut[gui] @ git+https://github.com/DeepLabCut/DeepLabCut.git@pytorch_dlc"
+ "deeplabcut[gui] @ git+https://github.com/DeepLabCut/DeepLabCut.git"
45
46
"elements": [
47
"element-lab @ git+https://github.com/datajoint/element-lab.git",
0 commit comments