From 90415475bbe60b08fccc56cd36349c70a68334d8 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Wed, 29 Jun 2022 03:03:16 -0700 Subject: [PATCH] Fix the Conda package build (#16737) * Fix the Conda package build * Update build.sh * Update release-conda.yml --- .github/conda/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/conda/meta.yaml b/.github/conda/meta.yaml index f9caa469be2..6f6b680d1e6 100644 --- a/.github/conda/meta.yaml +++ b/.github/conda/meta.yaml @@ -25,7 +25,7 @@ requirements: - sacremoses - regex !=2019.12.17 - protobuf - - tokenizers >=0.10.1,<0.11.0 + - tokenizers >=0.11.1,!=0.11.3,<0.13 - pyyaml >=5.1 run: - python @@ -40,7 +40,7 @@ requirements: - sacremoses - regex !=2019.12.17 - protobuf - - tokenizers >=0.10.1,<0.11.0 + - tokenizers >=0.11.1,!=0.11.3,<0.13 - pyyaml >=5.1 test: