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 64d8f8f commit cf4bccdCopy full SHA for cf4bccd
.github/workflows/ci.yml
@@ -65,8 +65,8 @@ jobs:
65
- name: Install OMV
66
run: |
67
pip install .
68
+ pip install 'numpy<2.0.0' # Due to otehr packages not working yet with numpy v2
69
pip install scipy sympy matplotlib cython pandas tables
- # pip install 'numpy<=1.23.0' # temp fix for https://levelup.gitconnected.com/fix-attributeerror-module-numpy-has-no-attribute-float-d7d68c5a4971
70
#sudo apt install octave
71
72
- name: Run OMV tests on engine ${{ matrix.engine }}
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = OSBModelValidation
3
-version = 0.2.22
+version = 0.3.1
4
author = Boris Marin, Padraig Gleeson
5
author_email = [email protected]
6
url = https://github.com/OpenSourceBrain/osb-model-validation
0 commit comments