Skip to content

Commit b55c8b8

Browse files
authored
Merge pull request #24 from JuliaStochOpt/fbot/deps
Fix deprecations
2 parents 4869b07 + b8c277d commit b55c8b8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/StructDualDynProg.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
__precompile__()
2-
31
module StructDualDynProg
42

53
using StochOptInterface

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ using JuMP
22
using CutPruners
33
using StructJuMP
44
using StructDualDynProg
5-
using Compat, Compat.LinearAlgebra, Compat.Test
5+
using Compat, Compat.LinearAlgebra, Test
66
using StochOptInterface
77
const SOI = StochOptInterface
88

0 commit comments

Comments
 (0)