Skip to content

Commit

Permalink
Removing libNeuroML & airspeed as they're installed by pyNeuroML
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson authored Jul 15, 2016
1 parent 2f5fa70 commit 757d420
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,14 @@
setup(
name = 'CElegansNeuroML',
install_requires=[
'numpy', 'xlrd', 'xlwt', 'libNeuroML', 'airspeed', 'OSBModelValidation',
'numpy', 'xlrd', 'xlwt', 'OSBModelValidation',
'pyNeuroML'
],
dependency_links = [
'git://github.com/OpenSourceBrain/osb-model-validation.git#egg=OSBModelValidation',
'git://github.com/purcell/airspeed.git#egg=airspeed',
'git://github.com/NeuralEnsemble/libNeuroML.git@development#egg=libNeuroML',
'git://github.com/NeuroML/pyNeuroML.git#egg=pyNeuroML',
],
version = '0.3',
version = '0.4',
author = 'OpenWorm.org authors and contributors',
author_email = '[email protected]',
description = 'C. elegans models in NeuroConstruct and NeuroML',
Expand Down

0 comments on commit 757d420

Please sign in to comment.