From bf0317c1d2ae7c47598297121292ab06f7c53001 Mon Sep 17 00:00:00 2001 From: Zach McKenzie <92116279+zm711@users.noreply.github.com> Date: Wed, 8 Nov 2023 07:30:48 -0500 Subject: [PATCH] less than 3.12 --- environment_dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/environment_dev.yml b/environment_dev.yml index 8ea1fb6..c0ab066 100644 --- a/environment_dev.yml +++ b/environment_dev.yml @@ -3,7 +3,7 @@ channels: - conda-forge - defaults dependencies: - - python + - python<3.12 - numpy - scipy - matplotlib @@ -17,4 +17,4 @@ dependencies: - pytest-cov - pip - pip: - - git+https://github.com/NeuralEnsemble/python-neo.git \ No newline at end of file + - git+https://github.com/NeuralEnsemble/python-neo.git