chore: remove pygraphviz

This commit is contained in:
Umut
2022-08-18 10:13:52 +02:00
parent caebde9d51
commit 3aef4cd932
18 changed files with 171 additions and 435 deletions

View File

@@ -15,17 +15,6 @@ pip install concrete-numpy
Apple silicon users must use docker installation (explained below) as there is no ARM version of some of our dependencies for the time being.
{% endhint %}
You can install the extra python dependencies for drawing circuits:
```shell
pip install -U pip wheel setuptools
pip install concrete-numpy[full]
```
{% hint style="info" %}
**Concrete Numpy** depends on `pygraphviz` for drawing, which requires `graphviz` packages to be installed on your system (see [pygraphviz installation documentation](https://pygraphviz.github.io/documentation/stable/install.html)).
{% endhint %}
## Using Docker
You can also get the **Concrete Numpy** docker image: