diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 919e85e..b39ee4c 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] @@ -59,7 +59,7 @@ test: requires: - pip - pytest - - datasets + - datasets >=2.16 - numpy * - requests - curl *