Skip to content

Commit 7bbbef2

Browse files
committed
fix: add z3 dependency in the dockerfile
1 parent 539a314 commit 7bbbef2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM ghcr.io/lambda-feedback/evaluation-function-base/python:3.12 AS builder
22

33
RUN pip install poetry==1.8.3
4+
RUN pip install z3
45

56
ENV POETRY_NO_INTERACTION=1 \
67
POETRY_VIRTUALENVS_IN_PROJECT=1 \

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ python = "^3.11"
1515
typing_extensions = "^4.12.2"
1616
pydantic = "^2.0"
1717
lark = "^1.1"
18+
z3-solver = "^4.15.4"
1819
lf_toolkit = { git = "https://github.com/lambda-feedback/toolkit-python.git", branch = "main", extras = [
1920
"ipc",
2021
] }

0 commit comments

Comments
 (0)