Skip to content

Commit

Permalink
Add support for JuMP 1.0 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Mar 28, 2022
1 parent 089a2b6 commit 7982e64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SetProg"
uuid = "39881422-4b75-5582-a5c7-0feb14562a65"
repo = "https://github.com/blegat/SetProg.jl.git"
version = "0.3.1"
version = "0.3.2"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Expand All @@ -24,15 +24,15 @@ SumOfSquares = "4b9e565b-77fc-50a5-a571-1244f986bda1"
Combinatorics = "1"
DataStructures = "0.17.11, 0.18"
DynamicPolynomials = "0.4"
JuMP = "0.23"
JuMP = "0.23, 1"
MathOptInterface = "1"
MultivariateBases = "0.1.2"
MultivariateMoments = "0.3"
MultivariatePolynomials = "0.4"
MutableArithmetics = "1"
Polyhedra = "0.7"
RecipesBase = "0.7, 0.8, 1.0"
Reexport = "0.2, 1.0"
RecipesBase = "0.7, 0.8, 1"
Reexport = "0.2, 1"
SumOfSquares = "0.6"
julia = "1.6"

Expand Down

2 comments on commit 7982e64

@blegat
Copy link
Owner

@blegat blegat commented on 7982e64 Mar 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/57448

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.2 -m "<description of version>" 7982e6461767643346ae15fc77fd10516bfee8d8
git push origin v0.3.2

Please sign in to comment.