Skip to content

Commit

Permalink
update compat, clean up demo workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dpo committed Feb 20, 2024
1 parent 7e53ad2 commit c828dbd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,9 @@ jobs:
fail-fast: true
matrix:
version:
# - '1.6'
- '1'
# - 'nightly'
os:
- ubuntu-latest
# - macOS-latest
# - windows-latest
arch:
- x64
steps:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions examples/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c828dbd

Please sign in to comment.