Skip to content

Commit 11ec085

Browse files
committed
Bump SynthBN experiment dependencies
1 parent e5741c8 commit 11ec085

File tree

4 files changed

+29
-31
lines changed

4 files changed

+29
-31
lines changed

experiments/SynthBN/Manifest.toml

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.10.4"
3+
julia_version = "1.10.2"
44
manifest_format = "2.0"
5-
project_hash = "2af56dc75d7fb0d09f319ce4d852af3605b59b69"
5+
project_hash = "fd9224065ab8021d5bbf7e628f90127acd4a668b"
66

77
[[deps.ADTypes]]
88
git-tree-sha1 = "eea5d80188827b35333801ef97a40c2ed653b081"
@@ -364,7 +364,7 @@ weakdeps = ["Dates", "LinearAlgebra"]
364364
[[deps.CompilerSupportLibraries_jll]]
365365
deps = ["Artifacts", "Libdl"]
366366
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
367-
version = "1.1.1+0"
367+
version = "1.1.0+0"
368368

369369
[[deps.ComplexityMeasures]]
370370
deps = ["Combinatorics", "DelayEmbeddings", "Distances", "FFTW", "LinearAlgebra", "Neighborhood", "QuadGK", "Random", "Reexport", "SparseArrays", "SpecialFunctions", "StateSpaceSets", "StaticArrays", "Statistics", "StatsBase", "StatsFuns", "Wavelets"]
@@ -935,7 +935,7 @@ version = "2.80.5+0"
935935

936936
[[deps.GraphDynamicalSystems]]
937937
deps = ["DynamicalSystems", "FileIO", "MetaGraphsNext", "Random", "SoleLogics"]
938-
git-tree-sha1 = "7bea9200ea26b6f57d09abf2b876188bc8642661"
938+
git-tree-sha1 = "9f0a969177c639014d70d3fe633e09ca2e55f71a"
939939
repo-rev = "main"
940940
repo-url = "../.."
941941
uuid = "13529e2e-ed53-56b1-bd6f-420b01fca819"
@@ -1339,15 +1339,15 @@ version = "1.6.0+0"
13391339

13401340
[[deps.Libgpg_error_jll]]
13411341
deps = ["Artifacts", "JLLWrappers", "Libdl"]
1342-
git-tree-sha1 = "fbb1f2bef882392312feb1ede3615ddc1e9b99ed"
1342+
git-tree-sha1 = "c6ce1e19f3aec9b59186bdf06cdf3c4fc5f5f3e6"
13431343
uuid = "7add5ba3-2f88-524e-9cd5-f83b8a55f7b8"
1344-
version = "1.49.0+0"
1344+
version = "1.50.0+0"
13451345

13461346
[[deps.Libiconv_jll]]
13471347
deps = ["Artifacts", "JLLWrappers", "Libdl"]
1348-
git-tree-sha1 = "f9557a255370125b405568f9767d6d195822a175"
1348+
git-tree-sha1 = "61dfdba58e585066d8bce214c5a51eaa0539f269"
13491349
uuid = "94ce4f54-9a6c-5748-9c1c-f9c7231a4531"
1350-
version = "1.17.0+0"
1350+
version = "1.17.0+1"
13511351

13521352
[[deps.Libmount_jll]]
13531353
deps = ["Artifacts", "JLLWrappers", "Libdl"]
@@ -1501,9 +1501,7 @@ version = "0.3.2"
15011501

15021502
[[deps.MetaGraphsNext]]
15031503
deps = ["Graphs", "JLD2", "SimpleTraits"]
1504-
git-tree-sha1 = "455c5cc8a28ad4c52e3ee86d4301bc754a6db049"
1505-
repo-rev = "chore/update-JLD2-compat"
1506-
repo-url = "https://github.com/ReubenJ/MetaGraphsNext.jl"
1504+
git-tree-sha1 = "d2ecf4a20f4ac694987dd08ac489b7f7ff805f35"
15071505
uuid = "fa8bd995-216d-47f1-8a91-f3b68fbeb377"
15081506
version = "0.7.1"
15091507

@@ -2141,9 +2139,9 @@ version = "0.1.0"
21412139

21422140
[[deps.SciMLBase]]
21432141
deps = ["ADTypes", "Accessors", "ArrayInterface", "CommonSolve", "ConstructionBase", "Distributed", "DocStringExtensions", "EnumX", "Expronicon", "FunctionWrappersWrappers", "IteratorInterfaceExtensions", "LinearAlgebra", "Logging", "Markdown", "PrecompileTools", "Preferences", "Printf", "RecipesBase", "RecursiveArrayTools", "Reexport", "RuntimeGeneratedFunctions", "SciMLOperators", "SciMLStructures", "StaticArraysCore", "Statistics", "SymbolicIndexingInterface"]
2144-
git-tree-sha1 = "26fea1911818cd480400f1a2b7f6b32c3cc3836a"
2142+
git-tree-sha1 = "0da22990d48d9297b05f9f6f1275f209d29840c0"
21452143
uuid = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
2146-
version = "2.56.4"
2144+
version = "2.57.0"
21472145

21482146
[deps.SciMLBase.extensions]
21492147
SciMLBaseChainRulesCoreExt = "ChainRulesCore"
@@ -2189,9 +2187,9 @@ version = "1.2.1"
21892187

21902188
[[deps.SentinelArrays]]
21912189
deps = ["Dates", "Random"]
2192-
git-tree-sha1 = "ff11acffdb082493657550959d4feb4b6149e73a"
2190+
git-tree-sha1 = "305becf8af67eae1dbc912ee9097f00aeeabb8d5"
21932191
uuid = "91c51154-3ec4-41a3-a24f-3f23e20d615c"
2194-
version = "1.4.5"
2192+
version = "1.4.6"
21952193

21962194
[[deps.Serialization]]
21972195
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
@@ -2643,9 +2641,9 @@ version = "0.3.4"
26432641

26442642
[[deps.XML2_jll]]
26452643
deps = ["Artifacts", "JLLWrappers", "Libdl", "Libiconv_jll", "Zlib_jll"]
2646-
git-tree-sha1 = "1165b0443d0eca63ac1e32b8c0eb69ed2f4f8127"
2644+
git-tree-sha1 = "6a451c6f33a176150f315726eba8b92fbfdb9ae7"
26472645
uuid = "02c8fc9c-b97f-50b9-bbe4-9be30ff0a78a"
2648-
version = "2.13.3+0"
2646+
version = "2.13.4+0"
26492647

26502648
[[deps.XSLT_jll]]
26512649
deps = ["Artifacts", "JLLWrappers", "Libdl", "Libgcrypt_jll", "Libgpg_error_jll", "Libiconv_jll", "XML2_jll", "Zlib_jll"]

experiments/SynthBN/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ XML = "72c71f33-b9b6-44de-8c94-c961784809e2"
3737

3838
[compat]
3939
DrWatson = "2.16.0"
40-
julia = "1.10.4"
40+
julia = "1.10.2"

experiments/SynthBN/devbox.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.10.7/.schema/devbox.schema.json",
3-
"packages": ["julia-bin@latest"],
3+
"packages": ["julia-bin@1.10.2"],
44
"shell": {
55
"init_hook": ["echo 'Welcome to devbox!' > /dev/null"],
66
"scripts": {

experiments/SynthBN/devbox.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
{
22
"lockfile_version": "1",
33
"packages": {
4-
"julia-bin@latest": {
5-
"last_modified": "2024-09-10T15:01:03Z",
6-
"resolved": "github:NixOS/nixpkgs/5ed627539ac84809c78b2dd6d26a5cebeb5ae269#julia-bin",
4+
"julia-bin@1.10.2": {
5+
"last_modified": "2024-05-03T15:42:32Z",
6+
"resolved": "github:NixOS/nixpkgs/5fd8536a9a5932d4ae8de52b7dc08d92041237fc#julia-bin",
77
"source": "devbox-search",
8-
"version": "1.10.4",
8+
"version": "1.10.2",
99
"systems": {
1010
"aarch64-darwin": {
1111
"outputs": [
1212
{
1313
"name": "out",
14-
"path": "/nix/store/myispwsvb1cgnjnz18aj5zln0zh24rja-julia-bin-1.10.4",
14+
"path": "/nix/store/1f6bj0krcl5c1yi24mlr42jp0j85b3ca-julia-bin-1.10.2",
1515
"default": true
1616
}
1717
],
18-
"store_path": "/nix/store/myispwsvb1cgnjnz18aj5zln0zh24rja-julia-bin-1.10.4"
18+
"store_path": "/nix/store/1f6bj0krcl5c1yi24mlr42jp0j85b3ca-julia-bin-1.10.2"
1919
},
2020
"aarch64-linux": {
2121
"outputs": [
2222
{
2323
"name": "out",
24-
"path": "/nix/store/xv85i39hyw2kngfc9igkwg9f0hjbgbp7-julia-bin-1.10.4",
24+
"path": "/nix/store/q4sbir6aj7wb1mwp9mk3iix78br7c9cc-julia-bin-1.10.2",
2525
"default": true
2626
}
2727
],
28-
"store_path": "/nix/store/xv85i39hyw2kngfc9igkwg9f0hjbgbp7-julia-bin-1.10.4"
28+
"store_path": "/nix/store/q4sbir6aj7wb1mwp9mk3iix78br7c9cc-julia-bin-1.10.2"
2929
},
3030
"x86_64-darwin": {
3131
"outputs": [
3232
{
3333
"name": "out",
34-
"path": "/nix/store/n0lzg1dkdvgrvwabv7a8pm7jmlb2yg0f-julia-bin-1.10.4",
34+
"path": "/nix/store/b0gs6cp0wb3gw60pfrsyx9x9x7gzxssp-julia-bin-1.10.2",
3535
"default": true
3636
}
3737
],
38-
"store_path": "/nix/store/n0lzg1dkdvgrvwabv7a8pm7jmlb2yg0f-julia-bin-1.10.4"
38+
"store_path": "/nix/store/b0gs6cp0wb3gw60pfrsyx9x9x7gzxssp-julia-bin-1.10.2"
3939
},
4040
"x86_64-linux": {
4141
"outputs": [
4242
{
4343
"name": "out",
44-
"path": "/nix/store/06qnp46ihg0vzsbg1hiqcs58pjyph135-julia-bin-1.10.4",
44+
"path": "/nix/store/nmfj6saliahdp6id9j51qaqjrwwaj30r-julia-bin-1.10.2",
4545
"default": true
4646
}
4747
],
48-
"store_path": "/nix/store/06qnp46ihg0vzsbg1hiqcs58pjyph135-julia-bin-1.10.4"
48+
"store_path": "/nix/store/nmfj6saliahdp6id9j51qaqjrwwaj30r-julia-bin-1.10.2"
4949
}
5050
}
5151
}

0 commit comments

Comments
 (0)