Skip to content

Commit

Permalink
Feature/pla 378 bugfix indexer version bump (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
THOR300 authored Jan 6, 2025
1 parent 4cb546e commit 6757b9f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
33 changes: 17 additions & 16 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 @@ -32,11 +32,10 @@ boto3 = "^1.35.26"
tqdm = "^4.66.5"
aws-error-utils = "^2.7.0"
pandas = "^2.2.3"
datasets = "^3.0.0"
langdetect = "^1.0.9"
deprecation = "^2.1.0"
numpy = "<2"

datasets = { version = "^3.0.0", optional = true }
pyvespa = { version = "^0.45.0", optional = true }
pyyaml = { version = "^6.0.2", optional = true }
spacy = { version = "^3.5.1", optional = true }
Expand All @@ -47,6 +46,7 @@ rich = "^13.8.1"
[tool.poetry.extras]
vespa = ["pyvespa", "pyyaml", "sentence-transformers", "torch"]
spacy = ["spacy"]
datasets = ["datasets"]

[tool.poetry.group.dev]
optional = true
Expand Down
2 changes: 1 addition & 1 deletion src/cpr_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_MAJOR = "1"
_MINOR = "11"
_PATCH = "0"
_PATCH = "1"
_SUFFIX = ""

VERSION_SHORT = "{0}.{1}".format(_MAJOR, _MINOR)
Expand Down

0 comments on commit 6757b9f

Please sign in to comment.