generated from cvxgrp/simulator
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 48ae65c 🚀
- Loading branch information
Showing
40 changed files
with
136 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,27 @@ | ||
cvxpy 1.3.2 A domain-specific language for modeling convex optimization problems in Python. | ||
cvxpy 1.4.1 A domain-specific language for modeling convex optimization problems in Python. | ||
├── clarabel >=0.5.0 | ||
│ ├── numpy * | ||
│ └── scipy * | ||
│ └── numpy >=1.21.6,<1.28.0 (circular dependency aborted here) | ||
├── ecos >=2 | ||
│ ├── numpy >=1.6 | ||
│ └── scipy >=0.9 | ||
│ └── numpy >=1.21.6,<1.28.0 (circular dependency aborted here) | ||
├── numpy >=1.15 | ||
├── osqp >=0.4.1 | ||
├── osqp >=0.6.2 | ||
│ ├── numpy >=1.7 | ||
│ ├── qdldl * | ||
│ │ ├── numpy >=1.7 (circular dependency aborted here) | ||
│ │ └── scipy >=0.13.2 | ||
│ │ └── numpy >=1.21.6,<1.28.0 (circular dependency aborted here) | ||
│ └── scipy >=0.13.2 (circular dependency aborted here) | ||
├── pybind11 * | ||
├── scipy >=1.1.0 | ||
│ └── numpy >=1.21.6,<1.28.0 | ||
├── scs >=1.1.6 | ||
│ ├── numpy >=1.7 | ||
│ └── scipy >=0.13.2 | ||
│ └── numpy >=1.21.6,<1.28.0 (circular dependency aborted here) | ||
└── setuptools >65.5.1 | ||
└── scs >=3.0 | ||
├── numpy >=1.7 | ||
└── scipy >=0.13.2 | ||
└── numpy >=1.21.6,<1.28.0 (circular dependency aborted here) | ||
fire 0.5.0 A library for automatically generating command line interfaces. | ||
├── six * | ||
└── termcolor * |
Binary file not shown.
Oops, something went wrong.