We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30bb9da commit 9461e08Copy full SHA for 9461e08
1 file changed
Dockerfile.smt
@@ -11,6 +11,6 @@ RUN apt_install \
11
RUN pip_install \
12
z3-solver \
13
dd \
14
- pysmt \
+ "pysmt == 0.9.7.dev337" \
15
&& pysmt-install --confirm-agreement --msat \
16
&& :
0 commit comments