@@ -17,7 +17,7 @@ default = ['algorithms-pyo3-bindings']
1717# So for CI builds, this feature is enabled, but for local builds,
1818# you don't need it as long as you have Z3 installed (because your
1919# build may take >30min if you enable it).
20- static-z3 = [" z3/gh-release " ]
20+ static-z3 = [" z3/bundled " ]
2121
2222# Feature flag that enables Python bindings for the algorithms module
2323algorithms-pyo3-bindings = []
@@ -28,7 +28,7 @@ serde = { version = "1.0", features = ["derive"] }
2828serde_json = " 1.0"
2929regex = " 1.12"
3030pyo3 = { version = " 0.27" , features = [" abi3-py37" , " extension-module" , " num-bigint" , " py-clone" ] }
31- biodivine-lib-param-bn = { version =" 0.7.1 " , features =[" solver-z3" , " serde" ] }
31+ biodivine-lib-param-bn = { version =" 0.7.2 " , features =[" solver-z3" , " serde" ] }
3232biodivine-lib-bdd = { version = " 0.6.2" , features = [" serde" ] }
3333# biodivine-pbn-control = "0.3.1"
3434biodivine-pbn-control = { git = " https://github.com/sybila/biodivine-pbn-control" , rev = " 9e31bab9d000266ea25c35cc752c69077973d43c" }
@@ -51,7 +51,7 @@ pyo3-log = "0.13"
5151# Include Z3 dependencies as strictly as possible, we don't want
5252# this to change because it might break our release builds.
5353# Cannot update `z3` because this version is used by lib-param-bn.
54- z3 =" ^0.18.2 "
54+ z3 =" ^0.19.7 "
5555
5656[build-dependencies ]
5757pyo3-build-config = " 0.27"
0 commit comments