From 05a7b986161c3ca2ef64dfb0de555f7c6ff89fd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 23:01:00 +0000 Subject: [PATCH 1/4] Bump opencv-python Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.1.0 to 4.2.0.32. - [Release notes](https://github.com/skvark/opencv-python/releases) - [Commits](https://github.com/skvark/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initialSetup/gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt b/initialSetup/gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt index c0c653f..340207e 100644 --- a/initialSetup/gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt +++ b/initialSetup/gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt @@ -4,4 +4,4 @@ numpy==1.14 scikit-learn==0.18.1 python-gflags h5py -opencv-python==3.1.0 +opencv-python==4.2.0.32 From 6b5cea537307c474b1b9fe7061b153be766ff301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:34:50 +0000 Subject: [PATCH 2/4] Bump numpy in /initialSetup/gcloud-tensorflow/Set-Up-Tensorflow-GPU Bumps [numpy](https://github.com/numpy/numpy) from 1.14 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.14.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initialSetup/gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt b/initialSetup/gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt index c0c653f..347271b 100644 --- a/initialSetup/gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt +++ b/initialSetup/gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt @@ -1,6 +1,6 @@ tensorflow-gpu==1.15.4 keras==2.1.4 -numpy==1.14 +numpy==1.22.0 scikit-learn==0.18.1 python-gflags h5py From 38e828a9fa5f8f71cb89838aee46196da6f933b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:08:54 +0000 Subject: [PATCH 3/4] Bump tensorflow-gpu Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.15.4 to 2.9.3. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v1.15.4...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initialSetup/gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt b/initialSetup/gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt index c0c653f..ff8edf3 100644 --- a/initialSetup/gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt +++ b/initialSetup/gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt @@ -1,4 +1,4 @@ -tensorflow-gpu==1.15.4 +tensorflow-gpu==2.9.3 keras==2.1.4 numpy==1.14 scikit-learn==0.18.1 From b76ead596628c2b385cd4102d3c6eed8ba798b65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Aug 2025 18:27:47 +0000 Subject: [PATCH 4/4] Bump scikit-learn Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 0.18.1 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.18.1...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-version: 1.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initialSetup/gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt b/initialSetup/gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt index a009bde..e21ad46 100644 --- a/initialSetup/gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt +++ b/initialSetup/gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt @@ -1,7 +1,7 @@ tensorflow-gpu==2.9.3 keras==2.1.4 numpy==1.22.0 -scikit-learn==0.18.1 +scikit-learn==1.5.0 python-gflags h5py opencv-python==4.2.0.32