Skip to content

Commit bf6884c

Browse files
committed
Remove NEURON package dependency
1 parent b0e1d14 commit bf6884c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
name="bluepymm",
2828
version=versioneer.get_version(),
2929
cmdclass=versioneer.get_cmdclass(),
30-
install_requires=['sh', 'bluepyopt', 'matplotlib', 'pandas', 'numpy', 'NEURON',
30+
install_requires=['sh', 'bluepyopt', 'matplotlib', 'pandas', 'numpy',
3131
'ipyparallel', 'lxml', 'h5py', 'pyyaml'],
3232
packages=setuptools.find_packages(exclude=('notebook',)),
3333
author="BlueBrain Project, EPFL",

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ setenv =
2121
PYTHONPATH={env:TOX_NRNDIR}/local/lib/python:{env:TOX_NRNDIR}/local/lib64/python
2222
commands =
2323
make clean
24-
; ./.install_neuron.sh {env:TOX_NRNDIR}/src {env:TOX_NRNDIR}/local {basepython}
24+
./.install_neuron.sh {env:TOX_NRNDIR}/src {env:TOX_NRNDIR}/local {basepython}
2525

26-
; make toxbinlinks
26+
make toxbinlinks
2727

2828
make simple1_git
2929
style: pycodestyle --ignore=E402,W503,W504 bluepymm

0 commit comments

Comments
 (0)