Skip to content

Commit

Permalink
Update trapi-predict-kit to 0.2.2 to put back score in edge. And star…
Browse files Browse the repository at this point in the history
…t adding opentelemetry
  • Loading branch information
vemonet committed Nov 30, 2023
1 parent 82721dd commit dfbaae6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,12 @@ services:
VIRTUAL_PORT: 8808

# OPENPREDICT_APIKEY: ${OPENPREDICT_APIKEY}

jaeger:
image: jaegertracing/all-in-one:latest
# ports:
# - "16686:16686"
# - "4318:4318"
# - "6831:6831"
environment:
- LOG_LEVEL=debug
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dynamic = ["version"]

dependencies = [
"requests >=2.23.0",
"trapi-predict-kit >=0.2.0",
"trapi-predict-kit >=0.2.2",
# "trapi-predict-kit @ git+https://github.com/MaastrichtU-IDS/trapi-predict-kit.git",
# "trapi-predict-kit @ {root:uri}/trapi-predict-kit",

Expand All @@ -42,6 +42,11 @@ dependencies = [
# "mlem",
"mlem >=0.4.0",
"reasoner-pydantic >=4.1.4",

"opentelemetry-sdk",
"opentelemetry-exporter-otlp-proto-http",
"opentelemetry-instrumentation-fastapi",
"opentelemetry-instrumentation-httpx",
# "fairworkflows",
# "fairworkflows@git+https://github.com/vemonet/fairworkflows.git",
# "yatiml >=0.10.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -796,7 +796,7 @@ tqdm==4.64.1
# dvc-objects
# pyrdf2vec
# shap
trapi-predict-kit==0.2.1
trapi-predict-kit==0.2.2
# via openpredict (pyproject.toml)
typer==0.7.0
# via
Expand Down

0 comments on commit dfbaae6

Please sign in to comment.