diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 62c54c989..96f884a90 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -7,9 +7,7 @@ name: Test Build on: workflow_dispatch: pull_request: - branches: - - v*.*.* - - build-* + branches: [v*.*.*, build-*] jobs: build_wheels: diff --git a/pyproject.toml b/pyproject.toml index 11c151c6e..ba6ad154d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,8 +25,7 @@ dependencies = [ "numpy>=1.15.0; python_version>='3.8'", "pandas>=1.1.0,<2.0.0; python_version<'3.8'", "pandas>=1.4.0,<2.0.0; python_version>='3.8'", - "typing_extensions!=4.7.0,>=4.0.0; python_version>='3.8'", # https://github.com/explosion/spaCy/issues/12659 - "typing_extensions>=4.0.0; python_version<'3.8'", + "typing_extensions>=4.0.0", "dill", # Packaging "build>=1.0.0",