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 cf4bccd commit 329b7ebCopy full SHA for 329b7eb
.github/workflows/ci.yml
@@ -65,7 +65,6 @@ 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
70
#sudo apt install octave
71
setup.cfg
@@ -24,7 +24,7 @@ classifiers=
24
[options]
25
install_requires =
26
PyYAML
27
- numpy
+ numpy<2.0.0 # Due to other packages (e.g. tables) not working yet with numpy v2
28
pyrx
29
pathlib; python_version<'3.4'
30
docopt
0 commit comments