Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Apr 22, 2024
1 parent b717f50 commit e9087da
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 88 deletions.
105 changes: 19 additions & 86 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ setuptools = "^69"
spacy = { version = "^3.7", optional = true }
torch = { version = "^2.1.1", optional = true }
transformers = { version = "^4.35", optional = true }
typer = { version = ">=0.9, <1.0", extras = ["all"], optional = true }
typer = { version = ">=0.9, <1.0", optional = true }
uvicorn = { version = ">=0.24, <1.0", optional = true, extras = ["standard"] }
xmltodict = ">=0.13, <1.0"
pydantic = "^2.0"

[tool.poetry.group.dev.dependencies]
pytest = "^8.0"
pytest-cov = "^5.0"
ruff = "^0.4.0"
ruff = "^0.4"

[tool.poetry.group.docs.dependencies]
pdoc = "^14.4"
Expand Down

0 comments on commit e9087da

Please sign in to comment.