We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ff20f commit c09a5e1Copy full SHA for c09a5e1
.github/workflows/build-ci.yml
@@ -37,7 +37,7 @@ jobs:
37
pip install jupyter
38
pip install jupyter_packaging
39
pip install scipy
40
- pip install libneuroml
+ pip install pyneuroml
41
42
python setup.py install
43
.github/workflows/ci_pip.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install Moose
28
run: |
29
30
- pip install libNeuroML scipy # missing(?) dependencies
+ pip install pyneuroml scipy # missing(?) dependencies
31
32
pip install pymoose
33
pip list
.github/workflows/ci_pre_pip.yml
@@ -27,8 +27,8 @@ jobs:
-
+
pip install pymoose --pre
34
0 commit comments