Skip to content

Commit

Permalink
newer tensorflow for oldest macs
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Dec 10, 2024
1 parent a0f7f52 commit 1862ff6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ setenv =
deps =
latest: tensorflow>=2.2.3
released: tensorflow>=2.2.3
oldest: tensorflow~=2.11.0
oldest: tensorflow~=2.11.0;platform_system!='Darwin'
# for arm64 oldest tests
oldest: tensorflow~=2.13.0;platform_system=='Darwin'
coverage
{env:PYQT_PYPI_NAME:PyQt5}=={env:PYQT_PYPI_VERSION:5.15.*}
{env:WEBENGINE_PYPI_NAME:PyQtWebEngine}=={env:WEBENGINE_PYPI_VERSION:5.15.*}
Expand All @@ -30,7 +32,9 @@ deps =
oldest: orange-canvas-core==0.2.0
oldest: orange-widget-base==4.23.0
oldest: pandas~=1.4.0
oldest: numpy~=1.21.0
oldest: numpy~=1.21.0;platform_system!='Darwin'
# newer tensorflow for arm also requires newer numpy
oldest: numpy~=1.22.0;platform_system=='Darwin'
oldest: scipy~=1.9.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
Expand Down

0 comments on commit 1862ff6

Please sign in to comment.