Skip to content

Commit 7b58718

Browse files
committed
Try to fix compat bugs
1 parent 46fcdf9 commit 7b58718

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ 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"

test/Project.toml

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

2323
[compat]
2424
Aqua = "0.8.14"
25-
JET = "0.9, 0.10, 0.11"
25+
JET = "0.9, 0.10"
2626
JuliaFormatter = "1"
2727
Test = "1"

0 commit comments

Comments
 (0)