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 2, 2024
1 parent 354bde4 commit 3440778
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 17 deletions.
24 changes: 12 additions & 12 deletions poetry.lock

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

11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,28 +40,29 @@ cbrkit = "cbrkit.cli:app"

[tool.poetry.dependencies]
python = ">=3.11, <3.13"
dtaidistance = { version = "^2.3", optional = true }
fastapi = { version = ">=0.100, <1.0", optional = true, extras = ["all"] }
levenshtein = { version = ">=0.23, <1.0", optional = true }
minineedle = { version = "^3.1", optional = true }
nltk = { version = "^3.8", optional = true }
openai = { version = "^1.5", optional = true }
orjson = "^3.9"
pandas = "^2.1"
pyarrow = ">=13.0"
pyyaml = "^6.0"
sentence-transformers = { version = "^2.2", optional = true }
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 }
uvicorn = { version = ">=0.24, <1.0", optional = true, extras = ["standard"] }
dtaidistance = { version = "^2.3.11", optional = true }
minineedle ={ version = "^3.1.5", optional = true }
xmltodict = ">=0.13, <1.0"

[tool.poetry.group.dev.dependencies]
pytest = "^8.0.0"
pytest-cov = "^5.0.0"
ruff = "^0.3.4"
pytest = "^8.0"
pytest-cov = "^5.0"
ruff = "^0.3"

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

0 comments on commit 3440778

Please sign in to comment.