forked from openworm/CElegansNeuroML
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing libNeuroML & airspeed as they're installed by pyNeuroML
- Loading branch information
Showing
1 changed file
with
2 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|