From 6bb43947086eb1df0a52f1273dd35cd549076e17 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:58:20 -0400 Subject: [PATCH] remove pandas upper bound --- recipe/meta.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index d28304f8..0b7ddeaa 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -19,7 +19,7 @@ source: - patches/0005-Vendor-grpc-1.65.5.patch build: - number: 1 + number: 2 # Need these up here for conda-smithy to handle them properly. requirements: @@ -135,8 +135,7 @@ outputs: run: - python - {{ pin_subpackage('ray-core', exact=True) }} - # https://github.com/ray-project/ray/issues/42956 - - pandas >=1.3,<2.2 + - pandas >=1.3 - pyarrow >=6.0.1 - fsspec test: