We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686d937 commit b8bee77Copy full SHA for b8bee77
CHANGELOG.md
@@ -10,6 +10,7 @@
10
11
### 1.0.3-dev
12
13
+* Pin to CVC5 1.0.5, as 1.0.7 is completely broken
14
15
### 1.0.2
16
setup.py
@@ -46,7 +46,7 @@
46
project_urls=project_urls,
47
license="GNU General Public License v3",
48
packages=["pyvcg", "pyvcg.driver"],
49
- install_requires=["cvc5>=1.0.5"],
+ install_requires=["cvc5==1.0.5"],
50
python_requires=">=3.8, <=3.10",
51
classifiers=[
52
"Development Status :: 5 - Production/Stable",
0 commit comments