Skip to content

Commit 4b0efdb

Browse files
authored
Merge pull request #229 from NeuroML/experimental
Install pyelectro & neurotune from pypi
2 parents e892279 + c904752 commit 4b0efdb

File tree

7 files changed

+9
-39
lines changed

7 files changed

+9
-39
lines changed

.travis.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

docs/requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ pylems
1212
graphviz
1313
argparse
1414
neuromllite
15-
git+https://github.com/NeuralEnsemble/neurotune.git#egg=neurotune
16-
git+https://github.com/NeuralEnsemble/pyelectro.git@master#egg=pyelectro
15+
neurotune
1716
git+https://github.com/aarongarrett/inspyred.git@master#egg=inspyred
1817
neuron
1918
pydata-sphinx-theme

pyneuroml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
22

3-
__version__ = "1.0.3"
3+
__version__ = "1.0.4"
44

55
JNEUROML_VERSION = "0.12.2"
66

requirements-development.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ git+https://github.com/ModECI/modelspec.git@development#egg=modelspec
1111
git+https://github.com/NeuralEnsemble/libNeuroML.git@development#egg=libNeuroML
1212
git+https://github.com/LEMS/pylems.git@development#egg=pylems
1313

14-
git+https://github.com/NeuralEnsemble/pyelectro.git@development#egg=pyelectro
15-
git+https://github.com/NeuralEnsemble/neurotune.git@development#egg=neurotune
14+
pyelectro
15+
neurotune
1616

1717
git+https://github.com/aarongarrett/inspyred.git@master#egg=inspyred
1818

requirements-experimental.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ git+https://github.com/ModECI/modelspec.git@development#egg=modelspec
1111
git+https://github.com/NeuralEnsemble/libNeuroML.git@development#egg=libNeuroML
1212
git+https://github.com/LEMS/pylems.git@development#egg=pylems
1313

14-
git+https://github.com/NeuralEnsemble/pyelectro.git@development#egg=pyelectro
15-
git+https://github.com/NeuralEnsemble/neurotune.git@development#egg=neurotune
14+
pyelectro
15+
neurotune
1616

1717
git+https://github.com/aarongarrett/inspyred.git@master#egg=inspyred
1818

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ ppft
1111
git+https://github.com/NeuralEnsemble/libNeuroML.git@master#egg=libNeuroML
1212
git+https://github.com/LEMS/pylems.git@master#egg=pylems
1313

14-
git+https://github.com/NeuralEnsemble/pyelectro.git@master#egg=pyelectro
15-
git+https://github.com/NeuralEnsemble/neurotune.git@master#egg=neurotune
14+
pyelectro
15+
neurotune
1616

1717
git+https://github.com/aarongarrett/inspyred.git@master#egg=inspyred
1818

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"povray": ["opencv-python"],
1414
"hdf5": ["tables"],
1515
"analysis": ["pyelectro"],
16-
"tune": ["neurotune @ git+ssh://[email protected]/NeuralEnsemble/neurotune.git",
16+
"tune": ["neurotune",
1717
"inspyred @ git+ssh://[email protected]/aarongarrett/inspyred.git",
1818
"ppft"],
1919
"vispy": ["vispy", "pyqt5"],

0 commit comments

Comments
 (0)