Skip to content

Commit

Permalink
require numpy>=1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Feb 7, 2025
1 parent ca975c1 commit 24bd1bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ requirements:
- recommonmark
run:
- python >=3.8
- numpy >=1.21.0
- numpy >=1.24.0
- orange3 >=3.38.0
- orange-canvas-core >=0.2.4
- orange-widget-base >=4.25.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def include_documentation(local_dir, install_dir):
install_requires=[
'setuptools>=51.0.0', # same as the last one needed for Orange3
'pip>=19.3', # same as for Orange 3.38
'numpy>=1.21.0',
'numpy>=1.24.0',
'Orange3>=3.38.0',
'orange-canvas-core>=0.2.4',
'orange-widget-base>=4.25.0',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ deps =
oldest: orange-canvas-core==0.2.4
oldest: orange-widget-base==4.25.0
oldest: scikit-learn~=1.5.1
oldest: numpy~=1.21.0
oldest: numpy~=1.24.0
oldest: pyqtgraph==0.13.1
oldest: scipy~=1.9.0
oldest: pandas~=1.4.0
Expand Down

0 comments on commit 24bd1bd

Please sign in to comment.