-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To v1.0.10; removed 'experimental' build config, uses 'dev' as develo…
…pment env/dependencies @sanjayankur31 pypi upload was complaining again about `modelspec @ git+https://github.com/ModECI/modelspec.git@development#egg=modelspec` etc. even in dev config, so removing all of these and just having dev config which is "all deps plus any for testing or development". Otherwise it's a potentially different set of dependencies for testing the development branch and experimental branch.
- Loading branch information
Showing
2 changed files
with
1 addition
and
22 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = pyNeuroML | ||
version = 1.0.9 | ||
version = 1.0.10 | ||
author = Padraig Gleeson | ||
author_email = [email protected] | ||
url = https://github.com/NeuroML/pyNeuroML | ||
|
@@ -108,20 +108,11 @@ all = | |
dev = | ||
pyNeuroML[all] | ||
airspeed>=0.5.5 | ||
modelspec @ git+https://github.com/ModECI/modelspec.git@development#egg=modelspec | ||
libNeuroML @ git+https://github.com/NeuralEnsemble/libNeuroML.git@development#egg=libNeuroML | ||
pylems @ git+https://github.com/LEMS/pylems.git@development#egg=pylems | ||
pytest | ||
pytest-cov | ||
kaleido | ||
pre-commit | ||
|
||
experimental = | ||
pyNeuroML[dev] | ||
|
||
modelspec @ git+https://github.com/ModECI/modelspec.git@development#egg=modelspec | ||
libNeuroML @ git+https://github.com/NeuralEnsemble/libNeuroML.git@development#egg=libNeuroML | ||
pylems @ git+https://github.com/LEMS/pylems.git@development#egg=pylems | ||
|
||
doc = | ||
pyNeuroML[all] | ||
|