Skip to content

Commit

Permalink
fixing compat for downgrade action
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmandlik committed Feb 18, 2024
1 parent 1d2e7b0 commit 47ab637
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Accessors = "0.1"
ChainRulesCore = "1"
ChainRulesCore = "1.21"
Combinatorics = "1.0"
DataFrames = "1"
DataStructures = "0.17, 0.18"
FiniteDifferences = "0.12"
Flux = "0.13.16, 0.14"
FiniteDifferences = "0.12.31"
Flux = "0.14"
HierarchicalUtils = "2.1.5"
MLUtils = "0.2, 0.3, 0.4"
MLUtils = "0.4"
MacroTools = "0.5"
OneHotArrays = "0.1, 0.2"
OneHotArrays = "0.2.5"
PooledArrays = "1"
Preferences = "1"
SparseArrays = "1"
Expand Down

0 comments on commit 47ab637

Please sign in to comment.