Skip to content

Commit 478a8eb

Browse files
committed
feat: split requirements file for each branch
1 parent ada9e60 commit 478a8eb

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

requirements-development.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
argparse
2+
airspeed>=0.5.5
3+
matplotlib
4+
graphviz
5+
modelspec>=0.1.3
6+
NEURON
7+
ppft
8+
9+
git+https://github.com/NeuralEnsemble/libNeuroML.git@development#egg=libNeuroML
10+
git+https://github.com/LEMS/pylems.git@development#egg=pylems
11+
12+
git+https://github.com/NeuralEnsemble/pyelectro.git@development#egg=pyelectro
13+
git+https://github.com/NeuralEnsemble/neurotune.git@development#egg=neurotune
14+
15+
git+https://github.com/aarongarrett/inspyred.git@master#egg=inspyred
16+
17+
pytest
18+
pytest-cov
19+
20+
plotly
21+
kaleido
22+
matplotlib-scalebar
23+
24+
pyyaml

requirements-dev.txt renamed to requirements-master.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ modelspec>=0.1.3
66
NEURON
77
ppft
88

9-
# change these to development if working on the development branch
109
git+https://github.com/NeuralEnsemble/libNeuroML.git@master#egg=libNeuroML
1110
git+https://github.com/LEMS/pylems.git@master#egg=pylems
1211

13-
1412
git+https://github.com/NeuralEnsemble/pyelectro.git@master#egg=pyelectro
1513
git+https://github.com/NeuralEnsemble/neurotune.git@master#egg=neurotune
1614

0 commit comments

Comments
 (0)