Skip to content

Commit 5980ed4

Browse files
authored
Remove pin on numpy; quantities issue solved...
1 parent 35a37da commit 5980ed4

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,9 @@ jobs:
6767
#sudo apt install octave
6868
sudo apt-get install -y subversion # for neuroConstruct full install...
6969
70-
- name: Install numpy < 2 (or <2.4) if necessary...
70+
- name: Install numpy < 2 if necessary...
7171
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-
72+
7473
if [[ ${{ matrix.engine }} == *"MOOSE"* ]] || [[ ${{ matrix.engine }} == *"Moose"* ]]; then pip install "numpy<2" ; fi ;
7574
7675
pip list

0 commit comments

Comments
 (0)