We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73c90f6 commit 928cc5dCopy full SHA for 928cc5d
Project.toml
@@ -1,7 +1,7 @@
1
name = "SliceMap"
2
uuid = "82cb661a-3f19-5665-9e27-df437c7e54c8"
3
authors = ["Michael Abbott"]
4
-version = "0.2.7"
+version = "0.2.9"
5
6
[deps]
7
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
@@ -11,13 +11,13 @@ Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
11
ZygoteRules = "700de1a5-db45-46bc-99cf-38207098b444"
12
13
[compat]
14
-ForwardDiff = "0.10"
+ForwardDiff = "0.10, 1"
15
JuliennedArrays = "0.3"
16
StaticArrays = "1.0"
17
Tracker = "0.2"
18
-Zygote = "0.6"
+Zygote = "0.6, 0.7"
19
ZygoteRules = "0.2"
20
-julia = "1.6"
+julia = "1.10"
21
22
[extras]
23
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments