From a0f7f5245807e25ff7955f5b86c9bb17edc762b7 Mon Sep 17 00:00:00 2001 From: Marko Toplak Date: Tue, 10 Dec 2024 11:51:06 +0100 Subject: [PATCH] oldest: pin tensorflow --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0a5fb0e..e79a9e3 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,9 @@ setenv = COVERAGE_FILE = {toxinidir}/.coverage COVERAGE_RCFILE = {toxinidir}/.coveragerc deps = - tensorflow>=2.2.3 + latest: tensorflow>=2.2.3 + released: tensorflow>=2.2.3 + oldest: tensorflow~=2.11.0 coverage {env:PYQT_PYPI_NAME:PyQt5}=={env:PYQT_PYPI_VERSION:5.15.*} {env:WEBENGINE_PYPI_NAME:PyQtWebEngine}=={env:WEBENGINE_PYPI_VERSION:5.15.*}