Skip to content

Commit

Permalink
Merge pull request #29 from NeuralEnsemble/development
Browse files Browse the repository at this point in the history
Fix version of inspyred so it can be pip installable.
  • Loading branch information
pgleeson committed Jun 23, 2023
2 parents 9d6b690 + 6b6f96f commit 66ba110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 51 deletions.
49 changes: 0 additions & 49 deletions .travis.yml

This file was deleted.

6 changes: 4 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ classifiers=
[options]
install_requires =
scipy
# contains fixes for py3
inspyred @ git+https://github.com/aarongarrett/inspyred.git@master#egg=inspyred
pyelectro
# standard inspyred from pypi is fine for running serial optimisation jobs
inspyred

packages = find:

Expand All @@ -38,6 +38,8 @@ include = neurotune*
dev =
NEURON
flake8
# contains fixes for py3, necessary to run multiple parallel jobs
inspyred @ git+https://github.com/aarongarrett/inspyred.git@master#egg=inspyred


[flake8]
Expand Down

0 comments on commit 66ba110

Please sign in to comment.