From daf22c5d3a814183414399ba61e174817b0c29a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 00:53:31 +0000 Subject: [PATCH] Update numpy requirement from <2 to <3 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.21.5...v2.1.3) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2a5b86500b..694493ce62 100644 --- a/setup.py +++ b/setup.py @@ -154,7 +154,7 @@ def package_files(prefix: str, directory: str, extension: str): } extra_deps['deepspeed'] = [ - 'numpy<2', + 'numpy<3', 'deepspeed==0.8.3', 'pydantic>=1.0,<2', ]