Skip to content

Commit

Permalink
Merge c085a79 into 6f3b1e4
Browse files Browse the repository at this point in the history
  • Loading branch information
bqpd committed Oct 19, 2021
2 parents 6f3b1e4 + c085a79 commit 1715d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -46,8 +46,8 @@
author_email="gpkit@mit.edu",
url="https://www.github.com/convexengineering/gpkit",
python_requires=">=3.5.2",
install_requires=["numpy >= 1.16.4", "pint >= 0.8.1",
"scipy", "ad", "cvxopt >= 1.1.8"],
install_requires=["numpy >= 1.16.4", "pint >= 0.8.1", "plotly",
"scipy", "ad >= 1.3.2", "cvxopt >= 1.1.8"],
version="1.0.0",
packages=["gpkit", "gpkit.tools", "gpkit.interactive", "gpkit.constraints",
"gpkit.nomials", "gpkit.tests", "gpkit.solvers"],
Expand Down

0 comments on commit 1715d33

Please sign in to comment.