From 7503392c8ae65a79083d1a2a7c9164f2aa48400a Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Thu, 27 Apr 2023 09:58:32 +0200 Subject: [PATCH] Set version to v8.1.10 (#873) * Set version to v8.1.10 * Temporarily restrict hypothesis version due to incorrect numpy requirements --- requirements.txt | 2 +- thinc/about.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e638e3da7..522291e51 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ typing_extensions>=3.7.4.1,<4.5.0; python_version < "3.8" contextvars>=2.4,<3; python_version < "3.7" # Development dependencies cython>=0.25.0,<3.0 -hypothesis>=3.27.0,<7.0.0 +hypothesis>=3.27.0,<6.72.2 pytest>=5.2.0,!=7.1.0 pytest-cov>=2.7.0,<5.0.0 coverage>=5.0.0,<8.0.0 diff --git a/thinc/about.py b/thinc/about.py index 4be69d41c..2504236b7 100644 --- a/thinc/about.py +++ b/thinc/about.py @@ -1,2 +1,2 @@ -__version__ = "8.1.9" +__version__ = "8.1.10" __release__ = True