From a39225a9fb0c2068b33c14fb90c25dfd7662cae3 Mon Sep 17 00:00:00 2001 From: Emily Stephen Date: Tue, 16 Mar 2021 11:15:50 -0700 Subject: [PATCH] Fix the version of process_nwb==0.1.0 in setup.py `process_nwb` has new changes that aren't backwards compatible -- it hasn't been updated on pypi/pip yet, but presumably it will eventually. We should fix the version number in setup.py so that developers don't accidentally get the wrong version when running `pip install -e .` --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 086e18c..82fdfa8 100755 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ 'ndx-bipolar-scheme', 'tqdm', 'pyopengl', - 'process_nwb', + 'process_nwb==0.1.0', 'PyQtWebEngine', 'ndx-icephys-meta', 'ndx-hierarchical-behavioral-data'],