Skip to content

Commit cf4bccd

Browse files
committed
Pin numpy below v2.0; To v0.3.1
1 parent 64d8f8f commit cf4bccd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
- name: Install OMV
6666
run: |
6767
pip install .
68+
pip install 'numpy<2.0.0' # Due to otehr packages not working yet with numpy v2
6869
pip install scipy sympy matplotlib cython pandas tables
69-
# pip install 'numpy<=1.23.0' # temp fix for https://levelup.gitconnected.com/fix-attributeerror-module-numpy-has-no-attribute-float-d7d68c5a4971
7070
#sudo apt install octave
7171
7272
- name: Run OMV tests on engine ${{ matrix.engine }}

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = OSBModelValidation
3-
version = 0.2.22
3+
version = 0.3.1
44
author = Boris Marin, Padraig Gleeson
55
author_email = [email protected]
66
url = https://github.com/OpenSourceBrain/osb-model-validation

0 commit comments

Comments
 (0)