Skip to content

Commit b979fec

Browse files
committed
Remove PyPI versioning in setup
1 parent b2c4901 commit b979fec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
],
4242
extras_require={
4343
"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",
44+
"elemment-animal @ git+https://github.com/datajoint/element-animal.git",
45+
"element-event @ git+https://github.com/datajoint/element-event.git",
46+
"element-interface @ git+https://github.com/datajoint/element-interface.git",
47+
"element-lab @ git+https://github.com/datajoint/element-lab.git",
48+
"element-session @ git+https://github.com/datajoint/element-session.git",
4949
],
5050
"nwb": ["dandi", "neuroconv[ecephys]", "pynwb"],
5151
"tests": ["pre-commit", "pytest", "pytest-cov"],

0 commit comments

Comments
 (0)