Skip to content

Commit 4efa061

Browse files
Update dependencies in Project.toml and Manifest.toml
1 parent f31c35e commit 4efa061

File tree

5 files changed

+34
-7
lines changed

5 files changed

+34
-7
lines changed

Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ version = "0.1.0"
55

66
[deps]
77
BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59"
8-
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
98

109
[compat]
1110
BioSequences = "3"

docs/Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
[deps]
2-
BioSimplex = "f37aa7dd-fb3b-4c75-b722-300831487a5c"
32
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
4-
LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589"
3+
LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589"

test/Manifest.toml

Lines changed: 31 additions & 2 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.0"
3+
julia_version = "1.10.1"
44
manifest_format = "2.0"
5-
project_hash = "0be457628dfd5d423c82c1e12d8129fa1cf18c88"
5+
project_hash = "4b26beef6e7e5590e7f15455ca08187b0ee6c40a"
66

77
[[deps.Aqua]]
88
deps = ["Compat", "Pkg", "Test"]
@@ -20,6 +20,18 @@ uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
2020
[[deps.Base64]]
2121
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
2222

23+
[[deps.BioSequences]]
24+
deps = ["BioSymbols", "PrecompileTools", "Random", "Twiddle"]
25+
git-tree-sha1 = "6fdba8b4279460fef5674e9aa2dac7ef5be361d5"
26+
uuid = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59"
27+
version = "3.1.6"
28+
29+
[[deps.BioSymbols]]
30+
deps = ["PrecompileTools"]
31+
git-tree-sha1 = "e32a61f028b823a172c75e26865637249bb30dff"
32+
uuid = "3c28c6f8-a34d-59c4-9654-267d177fcfa9"
33+
version = "5.1.3"
34+
2335
[[deps.Compat]]
2436
deps = ["TOML", "UUIDs"]
2537
git-tree-sha1 = "75bd5b6fc5089df449b5d35fa501c846c9b6549b"
@@ -101,6 +113,18 @@ deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "
101113
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
102114
version = "1.10.0"
103115

116+
[[deps.PrecompileTools]]
117+
deps = ["Preferences"]
118+
git-tree-sha1 = "03b4c25b43cb84cee5c90aa9b5ea0a78fd848d2f"
119+
uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
120+
version = "1.2.0"
121+
122+
[[deps.Preferences]]
123+
deps = ["TOML"]
124+
git-tree-sha1 = "00805cd429dcb4870060ff49ef443486c262e38e"
125+
uuid = "21216c6a-2e73-6563-6e65-726566657250"
126+
version = "1.4.1"
127+
104128
[[deps.Printf]]
105129
deps = ["Unicode"]
106130
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
@@ -137,6 +161,11 @@ version = "1.10.0"
137161
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
138162
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
139163

164+
[[deps.Twiddle]]
165+
git-tree-sha1 = "29509c4862bfb5da9e76eb6937125ab93986270a"
166+
uuid = "7200193e-83a8-5a55-b20d-5d36d44a0795"
167+
version = "1.1.2"
168+
140169
[[deps.UUIDs]]
141170
deps = ["Random", "SHA"]
142171
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

test/Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[deps]
22
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
3-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3+
BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59"
4+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ end # BioSimplex.jl tests
99

1010
include("aquatests.jl")
1111

12-
1312
end

0 commit comments

Comments
 (0)