Skip to content

Commit 64226f5

Browse files
authored
Merge pull request #46 from JuliaDecisionFocusedLearning/compathelper/new_version/2025-10-04-00-15-43-020-02061308093
CompatHelper: bump compat for JSON to 1, (keep existing compat)
2 parents 066e3a1 + eac4c66 commit 64226f5

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ docs/site/
2727
# It records a fixed state of all packages used by the project. As such, it should not be
2828
# committed for packages, but should be committed for applications that require a static
2929
# environment.
30-
Manifest.toml
30+
Manifest*.toml

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ DataDeps = "0.7"
4545
Distributions = "0.25"
4646
DocStringExtensions = "0.9"
4747
FileIO = "1.17.0"
48-
Flux = "0.14, 0.15, 0.16"
48+
Flux = "0.16"
4949
Graphs = "1.11"
5050
HiGHS = "1.9"
5151
Images = "0.26.1"
5252
InferOpt = "0.7.0"
5353
Ipopt = "1.6"
5454
IterTools = "1.10.0"
55-
JSON = "0.21.4"
55+
JSON = "1"
5656
JuMP = "1.22"
5757
LaTeXStrings = "1.4.0"
5858
LinearAlgebra = "1"

test/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ DecisionFocusedLearningBenchmarks = {path = ".."}
2222

2323
[compat]
2424
Aqua = "0.8.14"
25-
JET = "0.9, 0.10, 0.11"
2625
JuliaFormatter = "1"
2726
Test = "1"

0 commit comments

Comments
 (0)