From bafb4b4147767652c2838dc2246c2f2c8ca7e5a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 16:26:53 +0000 Subject: [PATCH] Bump numpy from 1.21.6 to 1.22.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.21.6 to 1.22.0. - [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/v1.21.6...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2508dfa..80a788c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ python-dotenv==0.19.2 # Additional dependencies for quantum computing and AI qiskit==0.39.1 # For quantum computing scikit-learn==1.0.2 # For machine learning -numpy==1.21.6 # For numerical operations +numpy==1.22.0 # For numerical operations # Optional: Joblib for model persistence joblib==1.1.0 # For saving and loading models