Skip to content

Commit 329b7eb

Browse files
committed
Set numpy<2.0.0 as dependency in setup.cfg
1 parent cf4bccd commit 329b7eb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ 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
6968
pip install scipy sympy matplotlib cython pandas tables
7069
#sudo apt install octave
7170

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers=
2424
[options]
2525
install_requires =
2626
PyYAML
27-
numpy
27+
numpy<2.0.0 # Due to other packages (e.g. tables) not working yet with numpy v2
2828
pyrx
2929
pathlib; python_version<'3.4'
3030
docopt

0 commit comments

Comments
 (0)