From ba18603a29140ab655bdd6a38cea9cdb5f079cb3 Mon Sep 17 00:00:00 2001 From: Johnny Date: Wed, 6 Mar 2024 18:22:22 +0100 Subject: [PATCH 1/7] Update test.pip --- reqs/test.pip | 56 +++++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/reqs/test.pip b/reqs/test.pip index 784ce6769..894ff7a29 100644 --- a/reqs/test.pip +++ b/reqs/test.pip @@ -1,54 +1,54 @@ -boto3==1.14.8 +boto3==1.34.56 configparser h5py==2.10.0; platform_machine != "arm64" and python_version < "3.8" -h5py==3.8.0; platform_machine != "arm64" and python_version >= "3.8" +h5py==3.10.0; platform_machine != "arm64" and python_version >= "3.8" future numpy>1.18.4; platform_machine != "arm64" -numpy==1.24.2; platform_machine == "arm64" +numpy==1.26.4; platform_machine == "arm64" libsvm; python_version < '3.11' -olefile==0.44 +olefile==0.47 pandas -parameterized==0.8.1 +parameterized==0.9.0 pillow -pytest==7.1.2 +pytest==8.0.2 pytest-cov pytest-sugar scikit-learn==0.19.2; python_version < '3.8' -scikit-learn==1.1.2; python_version >= '3.8' +scikit-learn==1.4.0; python_version >= '3.8' scipy>1.4 ; python_version < '3.8' -scipy==1.8.1; python_version >= '3.8' and python_version < '3.11' -scipy==1.9.2; python_version == '3.11' +scipy==1.8.1; python_version >= '3.8' and python_version < '3.12' +scipy==1.12.0; python_version >= '3.11' six sympy > 1.6 -gast==0.4.0 -torch==2.1.0 -torchaudio==2.1.0 -torchvision==0.16.0 -xgboost==1.4.2; platform_machine != "arm64" +gast==0.5.4 +torch==2.2.1 +torchaudio==2.2.1 +torchvision==0.17.1 +xgboost==2.0.3; platform_machine != "arm64" mock wrapt tqdm pytest-timeout # TensorFlow (x86) related package -tensorflow==2.12.0; platform_machine != "arm64" -tensorflow-estimator==2.12.0; platform_machine != "arm64" -keras==2.12.0; platform_machine != "arm64" +tensorflow==2.16.0; platform_machine != "arm64" +tensorflow-estimator==2.16.0; platform_machine != "arm64" +keras==3.0.5; platform_machine != "arm64" -# TensorFlow (arm64) related package. Currently no Python 3.11 support. -tensorflow-macos==2.11.0; platform_machine == "arm64" and python_version < "3.11" -tensorflow-estimator==2.11.0; platform_machine == "arm64" and python_version < "3.11" -keras==2.11.0; platform_machine == "arm64" and python_version < "3.11" +# TensorFlow (arm64) related package. Currently no Python 3.13 support. +tensorflow-macos==2.16.0; platform_machine == "arm64" and python_version < "3.13" +tensorflow-estimator==2.16.0; platform_machine == "arm64" and python_version < "3.13" +keras==3.0.5; platform_machine == "arm64" and python_version < "3.13" -tensorflow-addons==0.19.0; python_version < "3.11" -tensorflow-hub==0.12.0 -transformers==4.26.0 +tensorflow-addons==0.23.0; python_version < "3.13" +tensorflow-hub==0.16.1 +transformers==4.38.2 # coremltools.optimize.torch -filelock==3.6.0 -pytest-flake8==1.0.7 -pytest-xdist==2.5.0 -pytest-mock==3.8.2 +filelock==3.13.1 +pytest-flake8==1.4 +pytest-xdist==3.5.0 +pytest-mock==3.12.0 From bbef6d0993f88da2f1f8e1a8e9894df14c31f144 Mon Sep 17 00:00:00 2001 From: Johnny Date: Sat, 9 Mar 2024 12:24:12 +0100 Subject: [PATCH 2/7] Update test.pip --- reqs/test.pip | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reqs/test.pip b/reqs/test.pip index 894ff7a29..fb80c855b 100644 --- a/reqs/test.pip +++ b/reqs/test.pip @@ -34,13 +34,13 @@ tqdm pytest-timeout # TensorFlow (x86) related package -tensorflow==2.16.0; platform_machine != "arm64" -tensorflow-estimator==2.16.0; platform_machine != "arm64" +tensorflow==2.16.1; platform_machine != "arm64" +tensorflow-estimator==2.15.0; platform_machine != "arm64" keras==3.0.5; platform_machine != "arm64" # TensorFlow (arm64) related package. Currently no Python 3.13 support. -tensorflow-macos==2.16.0; platform_machine == "arm64" and python_version < "3.13" -tensorflow-estimator==2.16.0; platform_machine == "arm64" and python_version < "3.13" +tensorflow-macos==2.16.1; platform_machine == "arm64" and python_version < "3.13" +tensorflow-estimator==2.15.0; platform_machine == "arm64" and python_version < "3.13" keras==3.0.5; platform_machine == "arm64" and python_version < "3.13" tensorflow-addons==0.23.0; python_version < "3.13" From adcf75d56304c106f665205ecc3bebf067f50fc1 Mon Sep 17 00:00:00 2001 From: Johnny Date: Mon, 11 Mar 2024 17:42:50 +0100 Subject: [PATCH 3/7] Update test.pip --- reqs/test.pip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reqs/test.pip b/reqs/test.pip index fb80c855b..0c7d0bd4f 100644 --- a/reqs/test.pip +++ b/reqs/test.pip @@ -36,12 +36,12 @@ pytest-timeout # TensorFlow (x86) related package tensorflow==2.16.1; platform_machine != "arm64" tensorflow-estimator==2.15.0; platform_machine != "arm64" -keras==3.0.5; platform_machine != "arm64" +keras==3.1.0; platform_machine != "arm64" # TensorFlow (arm64) related package. Currently no Python 3.13 support. tensorflow-macos==2.16.1; platform_machine == "arm64" and python_version < "3.13" tensorflow-estimator==2.15.0; platform_machine == "arm64" and python_version < "3.13" -keras==3.0.5; platform_machine == "arm64" and python_version < "3.13" +keras==3.1.0; platform_machine == "arm64" and python_version < "3.13" tensorflow-addons==0.23.0; python_version < "3.13" tensorflow-hub==0.16.1 From 2b247191507b3ea5234df8c6d24f048ac02c6a27 Mon Sep 17 00:00:00 2001 From: Johnny Date: Tue, 12 Mar 2024 08:06:40 +0100 Subject: [PATCH 4/7] TF Estimators will not be available in TensorFlow 2.16 or after. --- reqs/test.pip | 2 -- 1 file changed, 2 deletions(-) diff --git a/reqs/test.pip b/reqs/test.pip index 0c7d0bd4f..f5cffd5f9 100644 --- a/reqs/test.pip +++ b/reqs/test.pip @@ -35,12 +35,10 @@ pytest-timeout # TensorFlow (x86) related package tensorflow==2.16.1; platform_machine != "arm64" -tensorflow-estimator==2.15.0; platform_machine != "arm64" keras==3.1.0; platform_machine != "arm64" # TensorFlow (arm64) related package. Currently no Python 3.13 support. tensorflow-macos==2.16.1; platform_machine == "arm64" and python_version < "3.13" -tensorflow-estimator==2.15.0; platform_machine == "arm64" and python_version < "3.13" keras==3.1.0; platform_machine == "arm64" and python_version < "3.13" tensorflow-addons==0.23.0; python_version < "3.13" From 303c9b53396d3183f6a4936ef9ac211f16c54c1e Mon Sep 17 00:00:00 2001 From: Johnny Date: Wed, 13 Mar 2024 08:24:20 +0100 Subject: [PATCH 5/7] fixed tensorflow-macos to tensorflow --- reqs/test.pip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reqs/test.pip b/reqs/test.pip index f5cffd5f9..f919ac39c 100644 --- a/reqs/test.pip +++ b/reqs/test.pip @@ -38,7 +38,7 @@ tensorflow==2.16.1; platform_machine != "arm64" keras==3.1.0; platform_machine != "arm64" # TensorFlow (arm64) related package. Currently no Python 3.13 support. -tensorflow-macos==2.16.1; platform_machine == "arm64" and python_version < "3.13" +tensorflow==2.16.1; platform_machine == "arm64" and python_version < "3.13" keras==3.1.0; platform_machine == "arm64" and python_version < "3.13" tensorflow-addons==0.23.0; python_version < "3.13" From edf2a61703dd90eb67ccdef66dbdc4ebdb9e6ad5 Mon Sep 17 00:00:00 2001 From: Johnny Date: Thu, 21 Mar 2024 19:48:51 -0700 Subject: [PATCH 6/7] Update test.pip --- reqs/test.pip | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/reqs/test.pip b/reqs/test.pip index f919ac39c..585134756 100644 --- a/reqs/test.pip +++ b/reqs/test.pip @@ -33,13 +33,9 @@ wrapt tqdm pytest-timeout -# TensorFlow (x86) related package -tensorflow==2.16.1; platform_machine != "arm64" -keras==3.1.0; platform_machine != "arm64" - # TensorFlow (arm64) related package. Currently no Python 3.13 support. -tensorflow==2.16.1; platform_machine == "arm64" and python_version < "3.13" -keras==3.1.0; platform_machine == "arm64" and python_version < "3.13" +tensorflow==2.16.1 +keras==3.1.0 tensorflow-addons==0.23.0; python_version < "3.13" tensorflow-hub==0.16.1 From f4147119deb6db0a013d05cce8afa1c95f3b83c6 Mon Sep 17 00:00:00 2001 From: Johnny Date: Sat, 23 Mar 2024 13:14:55 -0700 Subject: [PATCH 7/7] Update test.pip --- reqs/test.pip | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/reqs/test.pip b/reqs/test.pip index 585134756..1f6747492 100644 --- a/reqs/test.pip +++ b/reqs/test.pip @@ -1,4 +1,4 @@ -boto3==1.34.56 +boto3==1.34.69 configparser h5py==2.10.0; platform_machine != "arm64" and python_version < "3.8" h5py==3.10.0; platform_machine != "arm64" and python_version >= "3.8" @@ -10,7 +10,7 @@ olefile==0.47 pandas parameterized==0.9.0 pillow -pytest==8.0.2 +pytest==8.1.1 pytest-cov pytest-sugar @@ -35,14 +35,14 @@ pytest-timeout # TensorFlow (arm64) related package. Currently no Python 3.13 support. tensorflow==2.16.1 -keras==3.1.0 +keras==3.1.1 tensorflow-addons==0.23.0; python_version < "3.13" tensorflow-hub==0.16.1 -transformers==4.38.2 +transformers==4.39.1 # coremltools.optimize.torch filelock==3.13.1 -pytest-flake8==1.4 +pytest-flake8==1.1.1 pytest-xdist==3.5.0 -pytest-mock==3.12.0 +pytest-mock==3.14.0