From ee295c9fa73df3075870207c59300787b80b46f5 Mon Sep 17 00:00:00 2001 From: Thomas Newton Date: Sun, 18 Feb 2024 22:54:31 +0000 Subject: [PATCH 1/2] Restrict version of cffi --- ci/conda_env_python.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/conda_env_python.txt b/ci/conda_env_python.txt index 59e2def1bf3..2d480c9d523 100644 --- a/ci/conda_env_python.txt +++ b/ci/conda_env_python.txt @@ -17,7 +17,7 @@ # don't add pandas here, because it is not a mandatory test dependency boto3 # not a direct dependency of s3fs, but needed for our s3fs fixture -cffi +cffi<1.16.0 cython>=0.29.31 cloudpickle fsspec From 2ac352e5c8c245e319072c57aa2bebef915645a3 Mon Sep 17 00:00:00 2001 From: Thomas Newton Date: Sun, 18 Feb 2024 23:35:23 +0000 Subject: [PATCH 2/2] Add a comment --- ci/conda_env_python.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/conda_env_python.txt b/ci/conda_env_python.txt index 2d480c9d523..c26a43f03ed 100644 --- a/ci/conda_env_python.txt +++ b/ci/conda_env_python.txt @@ -17,7 +17,7 @@ # don't add pandas here, because it is not a mandatory test dependency boto3 # not a direct dependency of s3fs, but needed for our s3fs fixture -cffi<1.16.0 +cffi<1.16.0 # cffi 1.16.0 with Python 3.9 has an incompatibility with grpcio (required for GCS testbench) cython>=0.29.31 cloudpickle fsspec