Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Nov 28, 2023
1 parent 7ee3e8b commit 9b9c582
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
name = "KNITRO"
uuid = "67920dd8-b58e-52a8-8622-53c4cffbe346"
authors = ["Artelys", "JuliaOpt"]
version = "0.13.2"
authors = ["Artelys", "jump-dev"]
version = "0.14.0"

[deps]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
MathOptInterface = "1"
Libdl = "<0.0.1, 1.6"
MathOptInterface = "1.17"
Printf = "<0.0.1, 1.6"
SparseArrays = "<0.0.1, 1.6"
Test = "<0.0.1, 1.6"
julia = "1.6"

[extras]
Expand Down

0 comments on commit 9b9c582

Please sign in to comment.