From 15bb7293e1a73f291260f4e098f0967ad7357889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Caron?= Date: Mon, 27 Nov 2023 16:58:10 +0100 Subject: [PATCH] Release v1.2.0 --- CITATION.cff | 4 ++-- environment.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 19ec701..1586c37 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,8 +1,8 @@ cff-version: 1.2.0 message: "If you find this code helpful, please cite it as below." title: "qpsolvers_benchmark: Benchmark for quadratic programming solvers available in Python" -version: 1.1.0 -date-released: 2023-09-08 +version: 1.2.0 +date-released: 2023-11-27 url: "https://github.com/qpsolvers/qpsolvers_benchmark" license: "Apache-2.0" authors: diff --git a/environment.yaml b/environment.yaml index 246bf87..4b3cdc8 100644 --- a/environment.yaml +++ b/environment.yaml @@ -21,5 +21,5 @@ dependencies: - clarabel >= 0.4.1 - highspy >= 1.5.2 - py-cpuinfo - - qpsolvers_benchmark >= 1.1.0 + - qpsolvers_benchmark >= 1.2.0 - scs >= 3.2.2