Skip to content

Commit

Permalink
Update python modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Mordan Vitalii committed Jun 19, 2023
1 parent eadaab3 commit 8519dad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install requests ujson graphviz ply pytest atomicwrites more-itertools pluggy py attrs setuptools six django==2.1 psycopg2 clade pyyaml
pip3 install requests ujson graphviz ply pytest atomicwrites more-itertools pluggy py attrs setuptools six django==2.1 psycopg2 clade pyyaml pycparser sympy
- name: Deployment of CV
run: |
DEPLOY_DIR=build make install -j$(nproc)
Expand All @@ -41,7 +41,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install requests ujson graphviz ply pytest atomicwrites more-itertools pluggy py attrs setuptools six django==2.1 psycopg2
pip3 install requests ujson graphviz ply pytest atomicwrites more-itertools pluggy py attrs setuptools six django==2.1 psycopg2 pycparser sympy
- name: Deployment of Benchmark Visualizer
run: |
DEPLOY_DIR=build make install-benchmark-visualizer -j$(nproc)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Witness Visualizer converts generic witnesses from [SV-COMP](https://sv-comp.sos

Python (version>=3.4), python modules:
```shell
sudo pip3 install requests ujson graphviz ply pytest atomicwrites more-itertools pluggy py attrs setuptools six django==2.1 psycopg2
sudo pip3 install requests ujson graphviz ply pytest atomicwrites more-itertools pluggy py attrs setuptools six django==2.1 psycopg2 pycparser sympy
```

#### Deployment
Expand Down
2 changes: 1 addition & 1 deletion docs/tools_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sudo apt install git openjdk-11-jdk python3 python3-dev ant lcov cmake libmpc-de
Модули python:

```shell
sudo pip3 install requests ujson graphviz ply pytest atomicwrites pathlib2 more-itertools pluggy py attrs setuptools six django==2.1 clade psycopg2 pyyaml
sudo pip3 install requests ujson graphviz ply pytest atomicwrites pathlib2 more-itertools pluggy py attrs setuptools six django==2.1 clade psycopg2 pyyaml pycparser sympy
```

1. Инструмент klever — web-интерфейс, отвечающий за визуализацию результатов.
Expand Down

0 comments on commit 8519dad

Please sign in to comment.