Skip to content

Commit

Permalink
CompatHelper: add new compat entry for SliceMap at version 0.2, (keep…
Browse files Browse the repository at this point in the history
… existing compat)
  • Loading branch information
CompatHelper Julia committed Sep 6, 2023
1 parent e194ad4 commit 3de584d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@ version = "0.2.1"
ChainRules = "082447d4-558c-5d27-93f4-14fc19e9eca2"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
ChainRulesOverloadGeneration = "f51149dc-2911-5acf-81fc-2076a2a81d4f"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
SliceMap = "82cb661a-3f19-5665-9e27-df437c7e54c8"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
ChainRules = "1"
ChainRulesCore = "1"
ChainRulesOverloadGeneration = "0.1"
SliceMap = "0.2"
SpecialFunctions = "2"
SymbolicUtils = "1"
Zygote = "0.6.55"
Expand Down

0 comments on commit 3de584d

Please sign in to comment.