Skip to content

Commit

Permalink
Hotfix the CVC5 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
florianschanda committed Aug 23, 2023
1 parent c4eab07 commit 1ea4a1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ generated in the following situations:

### 1.1.8-dev


* [TRLC] Hotfix for the CVC5 API issue: pinning PyVCG to 1.0.3, which
in turn pins CVC5 to 1.0.5 (the last known good version).

### 1.1.7

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
required_packages = []
python_required = ">=3.8, <4"
if "--plat-name" in sys.argv or "-p" in sys.argv:
required_packages.append("PyVCG>=1.0.2")
required_packages.append("PyVCG==1.0.3")
python_required = ">=3.8, <=3.10"

setuptools.setup(
Expand Down

0 comments on commit 1ea4a1d

Please sign in to comment.