From 5e10005f683e4fac1c9b8f09dc0de8ff3aee237e Mon Sep 17 00:00:00 2001 From: Sindre Langeveld <31990241+slangeveld@users.noreply.github.com> Date: Wed, 28 Aug 2024 14:16:33 +0200 Subject: [PATCH] BLD: Pin package pyarrow-stubs to version 10.0.1.9 (#769) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4fa24577e..bdf8a0e42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dev = [ "hypothesis", "mypy", "pandas-stubs", - "pyarrow-stubs", + "pyarrow-stubs==10.0.1.9", "pydocstyle", "pytest-cov", "pytest-mock",