From b5b6ada2dadb2f53aeb707c891fd1b5bd4c3b69b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:50:26 +0000 Subject: [PATCH 1/2] Bump numpy from 2.0.0 to 2.0.1 Bumps [numpy](https://github.com/numpy/numpy) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 63a7ea9..171e4f6 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ "google-api-python-client==2.137.0", "google-auth==2.32.0", "google-auth-oauthlib==1.2.1", - "numpy==2.0.0", + "numpy==2.0.1", "tqdm==4.66.4", "pandas==2.2.2", "scikit-learn==1.5.1", From 68facbe90b7dd572f46a803095689e6b40d959c5 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Sat, 27 Jul 2024 06:26:45 +0200 Subject: [PATCH 2/2] Update environment.yml --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 3647860..c34e5f3 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -5,7 +5,7 @@ dependencies: - google-api-python-client =2.137.0 - google-auth =2.32.0 - google-auth-oauthlib =1.2.1 -- numpy =2.0.0 +- numpy =2.0.1 - pandas =2.2.2 - python - scikit-learn =1.5.1