Skip to content

Commit

Permalink
Remove PyPI versioning in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalbakshi committed Nov 28, 2023
1 parent b2c4901 commit b979fec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
],
extras_require={
"elements": [
"element-animal>=0.1.8",
"element-event>=0.2.3",
"element-interface>=0.4.0",
"element-lab>=0.3.0",
"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",
],
"nwb": ["dandi", "neuroconv[ecephys]", "pynwb"],
"tests": ["pre-commit", "pytest", "pytest-cov"],
Expand Down

0 comments on commit b979fec

Please sign in to comment.