Skip to content

Commit b8bee77

Browse files
Hotfix for the broken CVC5
1 parent 686d937 commit b8bee77

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
### 1.0.3-dev
1212

13+
* Pin to CVC5 1.0.5, as 1.0.7 is completely broken
1314

1415
### 1.0.2
1516

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
project_urls=project_urls,
4747
license="GNU General Public License v3",
4848
packages=["pyvcg", "pyvcg.driver"],
49-
install_requires=["cvc5>=1.0.5"],
49+
install_requires=["cvc5==1.0.5"],
5050
python_requires=">=3.8, <=3.10",
5151
classifiers=[
5252
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)