From b3a84c3725bbc027af4fddba6cc61257e6098cfb Mon Sep 17 00:00:00 2001 From: Anil Tuncel Date: Tue, 17 Oct 2023 16:42:05 +0200 Subject: [PATCH] debug: test recent NEURON change replacing matrix operation lib --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9ce7e8ed..6300660e 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ long_description_content_type="text/x-rst", license="Apache2.0", install_requires=[ - "NEURON>=8.0.2,<9.0.0", + "NEURON-nightly==9.0a1.dev85", "numpy>=1.8.0,<2.0.0", "matplotlib>=3.0.0,<4.0.0", "pandas>=1.0.0,<3.0.0",