From 198ae8c6c5bbd72cea4a5ec5f1f5440ace023587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 14:57:41 +0000 Subject: [PATCH] Update numpy requirement from ~=1.24.4 to ~=2.0.2 in /deployment Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [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.24.4...v2.0.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- deployment/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/requirements.txt b/deployment/requirements.txt index 2b458ee..f06cec0 100644 --- a/deployment/requirements.txt +++ b/deployment/requirements.txt @@ -7,7 +7,7 @@ PyYAML==6.0.2 XlsxWriter==3.1.1 streamlit==1.35.0 pandas~=2.0.0 -numpy~=1.24.4 +numpy~=2.0.2 pyarrow~=14.0.1 cryptography==44.0.1 pillow==10.3.0