This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 90a5654ff chore(dev/release): pin 15.0.2 for now (#1846)
90a5654ff is described below

commit 90a5654ffbbe56626a54f2e13fd4508cdecc1f36
Author: David Li <[email protected]>
AuthorDate: Thu May 9 15:10:29 2024 +0900

    chore(dev/release): pin 15.0.2 for now (#1846)
    
    Since (1) there is no arrow-c-glib for 16.0.0 yet and (2) for 16.0.0 we
    need to switch to pyarrow-all
---
 ci/conda_env_glib.txt   | 2 +-
 ci/conda_env_python.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci/conda_env_glib.txt b/ci/conda_env_glib.txt
index 883ff7f92..5e3cd3266 100644
--- a/ci/conda_env_glib.txt
+++ b/ci/conda_env_glib.txt
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-arrow-c-glib
+arrow-c-glib=15.0.2
 glib
 gobject-introspection
 meson
diff --git a/ci/conda_env_python.txt b/ci/conda_env_python.txt
index 855496587..cf2abeeec 100644
--- a/ci/conda_env_python.txt
+++ b/ci/conda_env_python.txt
@@ -20,7 +20,7 @@ importlib-resources
 # nodejs is required by pyright
 nodejs >=13.0.0
 pandas
-pyarrow>=8.0.0
+pyarrow=15.0.2
 pyright
 pytest
 setuptools

Reply via email to