yuanchenyang/SumOfSquares.py

`sympy`, `scipy`, and `picos` dependencies are not installed with `SumOfSquares`

Closed this issue · 1 comments

If I create a fresh virtual environment and run

$ pip install SumOfSquares

none of the dependencies are installed. If instead I clone the git repo and run

$ pip install -e ./SumOfSquares.py

all the dependencies are installed correctly. Does the PyPi version need to be updated?

Thanks for raising this issue, I've fixed it with 141dbd6