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.
1 parent b2c4901 commit b979fecCopy full SHA for b979fec
setup.py
@@ -41,11 +41,11 @@
41
],
42
extras_require={
43
"elements": [
44
- "element-animal>=0.1.8",
45
- "element-event>=0.2.3",
46
- "element-interface>=0.4.0",
47
- "element-lab>=0.3.0",
48
- "element-session>=0.1.5",
+ "elemment-animal @ git+https://github.com/datajoint/element-animal.git",
+ "element-event @ git+https://github.com/datajoint/element-event.git",
+ "element-interface @ git+https://github.com/datajoint/element-interface.git",
+ "element-lab @ git+https://github.com/datajoint/element-lab.git",
+ "element-session @ git+https://github.com/datajoint/element-session.git",
49
50
"nwb": ["dandi", "neuroconv[ecephys]", "pynwb"],
51
"tests": ["pre-commit", "pytest", "pytest-cov"],
0 commit comments