Skip to content

Commit

Permalink
Pin numpy below v2.0; To v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Jun 17, 2024
1 parent 64d8f8f commit cf4bccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
- name: Install OMV
run: |
pip install .
pip install 'numpy<2.0.0' # Due to otehr packages not working yet with numpy v2
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
#sudo apt install octave
- name: Run OMV tests on engine ${{ matrix.engine }}
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = OSBModelValidation
version = 0.2.22
version = 0.3.1
author = Boris Marin, Padraig Gleeson
author_email = [email protected]
url = https://github.com/OpenSourceBrain/osb-model-validation
Expand Down

0 comments on commit cf4bccd

Please sign in to comment.