Skip to content

Commit

Permalink
fix: relieve dependency constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Dec 4, 2023
1 parent b72cd44 commit 3c46f73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ name: Test Build
on:
workflow_dispatch:
pull_request:
branches:
- v*.*.*
- build-*
branches: [v*.*.*, build-*]

jobs:
build_wheels:
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3c46f73

Please sign in to comment.