Skip to content

Commit

Permalink
update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Oct 4, 2022
1 parent 648a0bc commit 5843ada
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ibllib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Library implementing the International Brain Laboratory data pipeline."""
__version__ = "2.17.0"
__version__ = "2.17.1"
import warnings

from iblutil.util import get_logger
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ seaborn>=0.9.0
tqdm>=4.32.1
# ibl libraries
ibl-neuropixel>=0.3.1
iblutil>=1.3.0
iblutil>=1.3.3
labcams # widefield extractor
ONE-api>=1.8.1
slidingRP # steinmetz lab refractory period metrics
ONE-api>=1.16.0
slidingRP>=1.0.0 # steinmetz lab refractory period metrics
wfield>0.2.2 # widefield extractor

0 comments on commit 5843ada

Please sign in to comment.