From 482a652459a8a833b7c1fbe3343f0cc00b4671fe Mon Sep 17 00:00:00 2001 From: Eric Denovellis Date: Mon, 7 Aug 2023 07:21:11 -0700 Subject: [PATCH] Install spikeinterface from pypi in environment.yml (#611) * Install spikeinterface from pypi * Set version * Give version range * Add back . * Put space back * " --------- Co-authored-by: Kyu Hyun Lee --- environment.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 8031cd66c..79787d2ae 100644 --- a/environment.yml +++ b/environment.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 6a36826e2..ca4339aef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]