Skip to content

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlls committed Oct 13, 2024
1 parent 28c1cef commit 20ec620
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions negate/version.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Version specification."""

# Negate version.
__version__ = "1.1.5"
__version__ = "1.1.6"

# spaCy models version.
EN_CORE_WEB_MD_VERSION: str = "3.7.1"
EN_CORE_WEB_TRF_VERSION: str = "3.7.3"
EN_CORE_WEB_MD_VERSION: str = "3.8.0"
EN_CORE_WEB_TRF_VERSION: str = "3.8.0"
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,18 @@ classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]

dependencies = [
"spacy>=3.6.1,<3.8.0",
"spacy>=3.8.0,<3.9.0",
"lemminflect>=0.2.3,<0.3.0",
]

[project.optional-dependencies]
transformers = [
"spacy-transformers>=1.2.5,<1.4.0",
"spacy-transformers>=1.3.5,<1.5.0",
]

[project.urls]
Expand All @@ -68,7 +70,7 @@ packages = [
]

[tool.pytest.ini_options]
minversion = "7.2.0"
minversion = "8.0.0"
addopts = "-ra"
testpaths = [
"tests",
Expand Down

0 comments on commit 20ec620

Please sign in to comment.