From ee0931f89c69cf2e39b5187d50a40873b7999d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:23:19 +0100 Subject: [PATCH] Update pyarrow requirement from <15,>=6.0.1 to >=6.0.1,<16 (#344) Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Commits](https://github.com/apache/arrow/compare/go/v6.0.1...go/v15.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 135e2f5..cd4461e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ flask>=3.0.0,<4 flask_restful>=0.3.9,<1 flask_cors>=4.0.0,<5 pandas>=1.1.5,<3 -pyarrow>=6.0.1,<15 +pyarrow>=6.0.1,<16 autofaiss>=2.9.6,<3 webdataset>=0.2,<0.3 h5py>=3.1.0,<4