From 729106c79518cd4aec7a72406e4c8abc38cbf81e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:35:42 +0000 Subject: [PATCH 1/2] Update numpy requirement from <2,>=1 to >=1,<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.0...v2.2.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f2af75f2..8747cb9ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,7 +104,7 @@ dev = [ ] examples = [ "datachain[tests]", - "numpy>=1,<2", + "numpy>=1,<3", "defusedxml", "accelerate", "unstructured_ingest[embed-huggingface]", From f09d178d722406ecf17431bdf7acb09b9438b626 Mon Sep 17 00:00:00 2001 From: skshetry <18718008+skshetry@users.noreply.github.com> Date: Tue, 10 Dec 2024 23:23:03 +0545 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8747cb9ce..e7ee4e404 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -104,7 +104,6 @@ dev = [ ] examples = [ "datachain[tests]", - "numpy>=1,<3", "defusedxml", "accelerate", "unstructured_ingest[embed-huggingface]",