Skip to content

Commit

Permalink
fix: relax upper bound on versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen authored Aug 1, 2023
1 parent 60875f4 commit 1a7d301
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ keywords = [
]

dependencies = [
"spacy_transformers>=1.2.1,<1.3.0",
"spacy>=3.2.1,<3.6.0",
"thinc>=8.0.13,<8.2.0",
"spacy_transformers>=1.2.1",
"spacy>=3.2.1",
"thinc>=8.0.13",
]

requires-python = ">=3.8"
Expand All @@ -43,7 +43,7 @@ documentation = "https://kennethenevoldsen.github.io/spacy-wrap/"
[project.optional-dependencies]
style = [
"black==22.12.0",
"pre-commit>=2.20.0,<2.21.0",
"pre-commit>=2.20.0",
"ruff==0.0.263",
"mypy==0.991"
]
Expand Down

0 comments on commit 1a7d301

Please sign in to comment.