Skip to content

Commit

Permalink
require numpy >=1.21 for -oldest tests on Mac ARM to work
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Dec 9, 2024
1 parent 3a5bdde commit b827866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def include_documentation(local_dir, install_dir):
),
},
install_requires=[
"numpy",
"numpy>=1.21.0",
"Orange3>=3.34.0",
"aif360>=0.6.0",
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ deps =
oldest: orange-canvas-core==0.1.28
oldest: orange-widget-base==4.19.0
oldest: pandas==1.3
oldest: numpy==1.19.5
oldest: numpy~=1.21.0
latest: git+https://github.com/biolab/orange3.git#egg=orange3
latest: git+https://github.com/biolab/orange-canvas-core.git#egg=orange-canvas-core
latest: git+https://github.com/biolab/orange-widget-base.git#egg=orange-widget-base
Expand Down

0 comments on commit b827866

Please sign in to comment.