Skip to content

Commit 928cc5d

Browse files
authored
versions
1 parent 73c90f6 commit 928cc5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SliceMap"
22
uuid = "82cb661a-3f19-5665-9e27-df437c7e54c8"
33
authors = ["Michael Abbott"]
4-
version = "0.2.7"
4+
version = "0.2.9"
55

66
[deps]
77
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
@@ -11,13 +11,13 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
1111
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
1212

1313
[compat]
14-
ForwardDiff = "0.10"
14+
ForwardDiff = "0.10, 1"
1515
JuliennedArrays = "0.3"
1616
StaticArrays = "1.0"
1717
Tracker = "0.2"
18-
Zygote = "0.6"
18+
Zygote = "0.6, 0.7"
1919
ZygoteRules = "0.2"
20-
julia = "1.6"
20+
julia = "1.10"
2121

2222
[extras]
2323
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

0 commit comments

Comments
 (0)