Skip to content

Commit 8be9ff0

Browse files
committed
Replace JuMP with MathOptInterface in test/Project.toml and docs/make.jl
1 parent 172b304 commit 8be9ff0

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using Changelog: Changelog
55
# To load the extensions
66
import CairoMakie
77
import KernelInterpolation
8-
import JuMP
8+
import MathOptInterface
99
import HiGHS
1010

1111
# Copy list of authors to not need to synchronize it manually.

test/Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
[deps]
22
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
33
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
4-
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
54
KernelInterpolation = "95686e15-3c94-4443-8f08-76d06d509f7b"
5+
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
66
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
77
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
8+
TrixiBottomTopography = "86af9953-43df-404b-8eaa-d20d82623a82"
89

910
[compat]
1011
Downloads = "1.6"
1112
HiGHS = "1.0"
12-
JuMP = "1.0"
1313
KernelInterpolation = "0.3.5"
14+
MathOptInterface = "1.0"
1415
Random = "1"
1516
Test = "1"

0 commit comments

Comments
 (0)