We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a37da commit 5980ed4Copy full SHA for 5980ed4
1 file changed
.github/workflows/ci.yml
@@ -67,10 +67,9 @@ jobs:
67
#sudo apt install octave
68
sudo apt-get install -y subversion # for neuroConstruct full install...
69
70
- - name: Install numpy < 2 (or <2.4) if necessary...
+ - name: Install numpy < 2 if necessary...
71
run: |
72
- pip install "numpy<2.4" # Issue with numpy 2.4 and quantities, see https://github.com/OpenSourceBrain/osb-model-validation/issues/150
73
-
+
74
if [[ ${{ matrix.engine }} == *"MOOSE"* ]] || [[ ${{ matrix.engine }} == *"Moose"* ]]; then pip install "numpy<2" ; fi ;
75
76
pip list
0 commit comments