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 62fffab commit 26c8dda
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 @@ -44,11 +44,11 @@
"caiman_requirements": [caiman_requirements],
"caiman": ["caiman @ git+https://github.com/datajoint/CaImAn.git"],
"elements": [
"element-animal>=0.1.8",
"element-event>=0.2.3",
"element-interface>=0.6.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",
],
"tests": ["pytest", "pytest-cov", "shutils"],
},
Expand Down

0 comments on commit 26c8dda

Please sign in to comment.