From 0aa6cbbb341402060fffa689c6788b5f4c411368 Mon Sep 17 00:00:00 2001 From: Filippo Airaldi Date: Thu, 26 Oct 2023 08:11:00 +0200 Subject: [PATCH] updated to csnlp==1.5.8 --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8c0f7b6..2d0cbbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ dependencies = [ "typing_extensions >= 4.5.0", "numba >= 0.57.1", - "csnlp >= 1.5.8rc2", + "csnlp >= 1.5.8", "scipy >= 1.11.0", "gymnasium >= 0.28.1", ] diff --git a/requirements-dev.txt b/requirements-dev.txt index 9424cf9..7ed6eda 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ typing_extensions>=4.5.0 numba>=0.57.1 -csnlp>=1.5.8rc2 +csnlp>=1.5.8 scipy>=1.11.0 gymnasium>=0.28.1