Skip to content

Commit 0fc75ac

Browse files
committed
fixing compat for downgrade action
1 parent 1d2e7b0 commit 0fc75ac

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Project.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2323
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2424

2525
[compat]
26-
Accessors = "0.1"
27-
ChainRulesCore = "1"
26+
Accessors = "0.1.35"
27+
ChainRulesCore = "1.21"
2828
Combinatorics = "1.0"
29-
DataFrames = "1"
30-
DataStructures = "0.17, 0.18"
31-
FiniteDifferences = "0.12"
32-
Flux = "0.13.16, 0.14"
29+
DataFrames = "1.6.1"
30+
DataStructures = "0.18.15"
31+
FiniteDifferences = "0.12.31"
32+
Flux = "0.14"
3333
HierarchicalUtils = "2.1.5"
34-
MLUtils = "0.2, 0.3, 0.4"
35-
MacroTools = "0.5"
36-
OneHotArrays = "0.1, 0.2"
37-
PooledArrays = "1"
38-
Preferences = "1"
34+
MLUtils = "0.4.4"
35+
MacroTools = "0.5.13"
36+
OneHotArrays = "0.2.5"
37+
PooledArrays = "1.4.2"
38+
Preferences = "1.4.1"
3939
SparseArrays = "1"
4040
Statistics = "1"
4141
julia = "1.9"

0 commit comments

Comments
 (0)