Skip to content

Commit

Permalink
Support InitialValues 0.3 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf authored Dec 24, 2021
1 parent f07007f commit 55bbf46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Accessors = "0.1.1"
BangBang = "0.3.30"
Baselet = "0.1"
DefineSingletons = "0.1.1"
InitialValues = "0.2.10"
InitialValues = "0.2.10, 0.3"
MicroCollections = "0.1.0"
Referenceables = "0.1.2"
Requires = "0.5, 1.0"
Expand Down
16 changes: 7 additions & 9 deletions test/environments/main/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,9 @@ version = "2.1.0"

[[BangBang]]
deps = ["Compat", "ConstructionBase", "Future", "InitialValues", "LinearAlgebra", "Requires", "Setfield", "Tables", "ZygoteRules"]
git-tree-sha1 = "a9d1370c9adc44a2da40faff7c9e16388fd46b71"
repo-rev = "master"
repo-url = "https://github.com/JuliaFolds/BangBang.jl.git"
git-tree-sha1 = "95831c49cf801756a922e50641361e3b4476a782"
uuid = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
version = "0.3.30-DEV"
version = "0.3.33"

[[Base64]]
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down Expand Up @@ -126,7 +124,7 @@ version = "0.24.11"
deps = ["Accessors", "BangBang", "Baselet", "DefineSingletons", "Distributed", "InitialValues", "MicroCollections", "Referenceables", "Requires", "Test", "Transducers"]
path = "../../.."
uuid = "41a02a25-b8f0-4f67-bc48-60067656b558"
version = "0.2.5-DEV"
version = "0.2.6-DEV"

[[Formatting]]
deps = ["Printf"]
Expand All @@ -139,9 +137,9 @@ deps = ["Random"]
uuid = "9fa8497b-333b-5362-9e8d-4d0656e87820"

[[InitialValues]]
git-tree-sha1 = "26c8832afd63ac558b98a823265856670d898b6c"
git-tree-sha1 = "40c555f961d7ccf86d8ccd150b9eef379cbfa0a3"
uuid = "22cec73e-a1b8-11e9-2c92-598750a2cf9c"
version = "0.2.10"
version = "0.3.0"

[[InteractiveUtils]]
deps = ["Markdown"]
Expand Down Expand Up @@ -375,11 +373,11 @@ uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[[Transducers]]
deps = ["Adapt", "ArgCheck", "BangBang", "Baselet", "CompositionsBase", "DefineSingletons", "Distributed", "InitialValues", "Logging", "Markdown", "MicroCollections", "Requires", "Setfield", "SplittablesBase", "Tables"]
git-tree-sha1 = "34f27ac221cb53317ab6df196f9ed145077231ff"
git-tree-sha1 = "6f8bef07df54bdff960eddf9eb611d5a04c32e07"
repo-rev = "master"
repo-url = "https://github.com/JuliaFolds/Transducers.jl.git"
uuid = "28d57a85-8fef-5791-bfe6-a80928e7c999"
version = "0.4.65"
version = "0.4.68-DEV"

[[UUIDs]]
deps = ["Random", "SHA"]
Expand Down

0 comments on commit 55bbf46

Please sign in to comment.