From 51797bdd8327ce8a2b45ea6e8663131c2cb8d8a8 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Wed, 4 Sep 2024 10:47:44 +0200 Subject: [PATCH] Update meta.yaml --- recipe/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 868b0f4..e1707ab 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -40,7 +40,7 @@ outputs: - pyyaml >=5.1,<7 - requests >=2.17.3,<3 - sqlparse >=0.4.0,<1 - - importlib-metadata <8,>=3.7.0,!=4.7.0 + - importlib-metadata <9,>=3.7.0,!=4.7.0 - cachetools<6,>=5.0.0 - opentelemetry-api<3,>=1.0.0 - opentelemetry-sdk<3,>=1.0.0 @@ -89,8 +89,8 @@ outputs: - alembic <2,!=1.10 - docker-py >=4.0.0,<8 - flask <4 - - gunicorn <23 # [not win] - - numpy <2 + - gunicorn <24 # [not win] + - numpy <3 - pandas <3 - prometheus_flask_exporter <1 - querystring_parser <2 @@ -98,7 +98,7 @@ outputs: - sqlalchemy >=1.4.0,<3 - waitress <4 # [win] - scikit-learn <2 - - pyarrow <16,>=4.0.0 + - pyarrow <18,>=4.0.0 - markdown <4,>=3.3 - jinja2 <4,>=3.0 # [win] - jinja2 <4,>=2.11 # [not win]