Skip to content

Commit a4973a0

Browse files
committed
newer numpy on macs
1 parent 2aaf9d2 commit a4973a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ deps =
2929
oldest: orange-canvas-core==0.1.28
3030
oldest: orange-widget-base==4.19.0
3131
oldest: pandas==1.3
32-
oldest: numpy~=1.21.0
32+
oldest: numpy~=1.21.0;platform_system!='Darwin'
33+
oldest: numpy~=1.22.0;platform_system=='Darwin'
3334
oldest: scipy~=1.9.0
3435
latest: git+https://github.com/biolab/orange3.git#egg=orange3
3536
latest: git+https://github.com/biolab/orange-canvas-core.git#egg=orange-canvas-core

0 commit comments

Comments
 (0)