Skip to content

Commit

Permalink
Update to MOI v1 (#66)
Browse files Browse the repository at this point in the history
* Update to MOI v1

* Fixes

* Fix tests

* Exclude tests

* Remove failing tests

* Exclude relative entropy 4

* Update test/MOI_wrapper.jl

---------

Co-authored-by: Eric Hanson <5846501+ericphanson@users.noreply.github.com>
  • Loading branch information
blegat and ericphanson authored Jun 27, 2023
1 parent 13210d3 commit 610e665
Show file tree
Hide file tree
Showing 14 changed files with 339 additions and 316 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.5'
- '1.6'
- '1'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: '1.5'
version: '1.6'
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.build("SDPAFamily"); Pkg.instantiate()'
- uses: actions/cache@v2
Expand Down
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

[compat]
BinaryProvider = "0.5"
Convex = "0.14"
DoubleFloats = "0.9.9"
MathOptInterface = "0.9.14"
Convex = "0.15"
DoubleFloats = "1"
MathOptInterface = "1"
Scratch = "1"
julia = "1.5"
julia = "1.6"

[extras]
Convex = "f65535da-76fb-5f13-bab9-19810c17039a"
Expand Down
4 changes: 2 additions & 2 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ SDPAFamily = "bfe18334-aefd-11e9-1109-4bf2b15a5b91"
SumOfSquares = "4b9e565b-77fc-50a5-a571-1244f986bda1"

[compat]
Convex = "0.14"
Documenter = "0.26"
Convex = "0.15"
Documenter = "0.27"
Loading

0 comments on commit 610e665

Please sign in to comment.