diff --git a/.github/workflows/demos.yml b/.github/workflows/demos.yml index 67ca0853..974092bc 100644 --- a/.github/workflows/demos.yml +++ b/.github/workflows/demos.yml @@ -13,13 +13,9 @@ jobs: fail-fast: true matrix: version: - # - '1.6' - '1' - # - 'nightly' os: - ubuntu-latest - # - macOS-latest - # - windows-latest arch: - x64 steps: diff --git a/Project.toml b/Project.toml index a6a04161..8a60fbe7 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ TSVD = "9449cd9e-2762-5aa3-a617-5413e99d722e" [compat] LinearOperators = "2.5.2" -NLPModels = "0.19" +NLPModels = "0.19, 0.20" NLPModelsModifiers = "0.6" ProximalOperators = "0.15" RegularizedProblems = "0.1" diff --git a/examples/Project.toml b/examples/Project.toml index 3bcbe047..42958ee2 100644 --- a/examples/Project.toml +++ b/examples/Project.toml @@ -9,11 +9,11 @@ RegularizedOptimization = "196f2941-2d58-45ba-9f13-43a2532b2fa8" RegularizedProblems = "ea076b23-609f-44d2-bb12-a4ae45328278" [compat] -ADNLPModels = "0.4" +ADNLPModels = "0.7" DifferentialEquations = "7" -NLPModels = "0.19" +NLPModels = "0.19, 0.20" NLPModelsModifiers = "0.6" -PGFPlots = "3" +PGFPlots = "^3.4" ProximalOperators = "0.15" RegularizedOptimization = "0.1" RegularizedProblems = "0.1"