Skip to content

Commit

Permalink
Install qpbenchmark from conda in environment
Browse files Browse the repository at this point in the history
Benchmark dependencies are thus handled in the conda-forge recipe.
  • Loading branch information
stephane-caron committed Jan 16, 2024
1 parent 2588f2b commit e887235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Alternatively, you can install the benchmarking tool individually using ``pip``:
pip install qpbenchmark
```

In that case, the benchmark will run all supported solvers it finds. (Quick way to install open source solvers from PyPI: ``pip install qpsolvers[open_source_solvers]``.)
In that case, the benchmark will run all supported solvers it can import.

## Usage

Expand Down
6 changes: 1 addition & 5 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,14 @@ dependencies:
- matplotlib
- numpy >= 1.25.2
- osqp >= 0.6.2
- pandas
- pip
- piqp >= 0.2.2
- proxsuite >= 0.4.1
- qpoases >= 3.2.0
- qpsolvers >= 4.1.1
- qpbenchmark
- quadprog >= 0.1.11
- tabulate
- pip:
- clarabel >= 0.4.1
- highspy >= 1.5.2
- py-cpuinfo
- qpalm >= 1.2.1
- qpbenchmark >= 1.2.0
- scs >= 3.2.2

0 comments on commit e887235

Please sign in to comment.