We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fda7817 commit ddbb50aCopy full SHA for ddbb50a
1 file changed
.github/workflows/omv-ci.yml
@@ -53,7 +53,7 @@ jobs:
53
run: |
54
pip install git+https://github.com/OpenSourceBrain/osb-model-validation # @test_nest
55
56
- # pip install scipy sympy matplotlib "cython<3.1.0" pandas tables # let omv handle these deps...
+ pip install "cython<3.1.0" # let omv handle other deps...
57
58
sudo apt-get install libgsl27 libgslcblas0 # install GSL for ubuntu 24.04
59
0 commit comments