Skip to content

Commit

Permalink
Install spikeinterface from pypi in environment.yml (LorenFrankLab#611)
Browse files Browse the repository at this point in the history
* Install spikeinterface from pypi

* Set version

* Give version range

* Add back .

* Put space back

* "

---------

Co-authored-by: Kyu Hyun Lee <[email protected]>
  • Loading branch information
edeno and khl02007 authored Aug 7, 2023
1 parent 7d48c62 commit 482a652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
- pyfftw<=0.12.0 # used by ghostipy. install from conda-forge so that it works on Mac ARM processors
- pip:
- pubnub<6.4.0
- git+https://github.com/SpikeInterface/spikeinterface.git
- spikeinterface>=0.98.2,<0.99
- pynwb>=2.2.0,<3
- hdmf>=3.4.6
- datajoint>=0.13.6
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies = [
"sortingview>=0.11",
"pyyaml",
"click",
"spikeinterface",
"spikeinterface>=0.98.2,<0.99",
"ndx_franklab_novela>=0.1.0",
]
dynamic = ["version"]
Expand Down

0 comments on commit 482a652

Please sign in to comment.