From a5854b2218005d99b4d6bda3fcc636c95ee6abb2 Mon Sep 17 00:00:00 2001 From: Florian Jetter Date: Mon, 4 Jul 2022 15:07:50 +0200 Subject: [PATCH] Pin tornado to <6.2 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 73e505b..8172a1b 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -10,7 +10,7 @@ source: sha256: c4efd70aeb072725e683bca1c2de8173cd577018a7a5c3795886a5691e70bc37 build: - number: 0 + number: 1 noarch: python script: {{ PYTHON }} -m pip install . -vv entry_points: @@ -37,7 +37,7 @@ requirements: - sortedcontainers !=2.0.0,!=2.0.1 - tblib >=1.6.0 - toolz >=0.8.2 - - tornado >=6.0.3 + - tornado >=6.0.3,<6.2 - urllib3 - zict >=0.1.3 run_constrained: