From f6d83e383e4de457fc69e6cd8944c9ccbbc4ab28 Mon Sep 17 00:00:00 2001 From: regro-cf-autotick-bot <36490558+regro-cf-autotick-bot@users.noreply.github.com> Date: Mon, 12 Feb 2024 04:19:53 +0000 Subject: [PATCH 1/2] updated v0.15.2 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 919e85e..6e038e7 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set tests_to_skip = "_not_a_real_test" %} -{% set version = "0.15.1" %} +{% set version = "0.15.2" %} package: name: tokenizers @@ -7,7 +7,7 @@ package: source: url: https://github.com/huggingface/tokenizers/archive/refs/tags/v{{ version }}.tar.gz - sha256: 46c3beb449a505a304ba4a5793842bda343d6586622c838ce56568a87584efb6 + sha256: 59b3fd70df18cf02349cdddbddc669409e4dae0d3de30fb449d1a83ba02007fd patches: - patches/0001-don-t-fork-on-windows.patch # [win] From a951ad38efc216244f9ac8209b37aa36effbb822 Mon Sep 17 00:00:00 2001 From: "Uwe L. Korn" Date: Mon, 12 Feb 2024 10:56:06 +0100 Subject: [PATCH 2/2] Require newer datasets in `test` --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 6e038e7..b39ee4c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -59,7 +59,7 @@ test: requires: - pip - pytest - - datasets + - datasets >=2.16 - numpy * - requests - curl *