File tree Expand file tree Collapse file tree 8 files changed +12
-13
lines changed Expand file tree Collapse file tree 8 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 5151 - name : Install package
5252 run : |
5353 python -m pip install --upgrade pip
54+
55+ # Ensure very latest inspyred (not on pypi) is installed
56+ pip install git+https://github.com/aarongarrett/inspyred.git@master#egg=inspyred
57+
5458 pip install -r requirements.txt
5559 pip install .
5660
Original file line number Diff line number Diff line change 1212graphviz
1313argparse
1414neuromllite
15- neurotune
16- git+https://github.com/aarongarrett/inspyred.git@master#egg=inspyred
15+ neurotune >= 0.2.6 # now manages the version of inspyred
1716neuron
1817pydata-sphinx-theme
1918vispy
Original file line number Diff line number Diff line change 11import logging
22
3- __version__ = "1.0.5 "
3+ __version__ = "1.0.6 "
44
55JNEUROML_VERSION = "0.12.2"
66
Original file line number Diff line number Diff line change 44This module provides the `run_optimisation` function that pyNeuroML users can
55use to optimise their NeuroML models. It uses the evolutionary computation
66framework provided by Neurotune, which is based on the Inspyred optimisation
7- library's Evolutionary Computation class `inpsyred .ec.EvolutionaryComputation`:
7+ library's Evolutionary Computation class `inspyred .ec.EvolutionaryComputation`:
88
99- https://neurotune.readthedocs.io/en/latest/index.html
1010- https://github.com/aarongarrett/inspyred/
Original file line number Diff line number Diff line change 11"""
2- Package for tuning NeuroML based nodels .
2+ Package for tuning NeuroML based models .
33
44This uses the neurotune package (https://neurotune.readthedocs.io/en/latest/)
5- to provide a framework for tuning NeuroML models using the evolutionaly
5+ to provide a framework for tuning NeuroML models using the evolutional
66computation algorithms from the inspyred
77(https://github.com/aarongarrett/inspyred/) package.
88
Original file line number Diff line number Diff line change @@ -12,9 +12,7 @@ git+https://github.com/NeuralEnsemble/libNeuroML.git@development#egg=libNeuroML
1212git+https://github.com/LEMS/pylems.git@development#egg=pylems
1313
1414pyelectro
15- neurotune
16-
17- git+https://github.com/aarongarrett/inspyred.git@master#egg=inspyred
15+ neurotune>=0.2.6 # now manages the version of inspyred
1816
1917pytest
2018pytest-cov
Original file line number Diff line number Diff line change @@ -12,9 +12,8 @@ git+https://github.com/NeuralEnsemble/libNeuroML.git@development#egg=libNeuroML
1212git+https://github.com/LEMS/pylems.git@development#egg=pylems
1313
1414pyelectro
15- neurotune
15+ neurotune>=0.2.6 # now manages the version of inspyred
1616
17- git+https://github.com/aarongarrett/inspyred.git@master#egg=inspyred
1817
1918pytest
2019pytest-cov
Original file line number Diff line number Diff line change @@ -11,9 +11,8 @@ git+https://github.com/NeuralEnsemble/libNeuroML.git@master#egg=libNeuroML
1111git+https://github.com/LEMS/pylems.git@master#egg=pylems
1212
1313pyelectro
14- neurotune
14+ neurotune >= 0.2.6 # now manages the version of inspyred
1515
16- git+https://github.com/aarongarrett/inspyred.git@master#egg=inspyred
1716
1817pytest
1918pytest-cov
You can’t perform that action at this time.
0 commit comments