Skip to content

Commit 724cb00

Browse files
CompatHelper: bump compat for "SpecialFunctions" to "0.10" (#35)
* CompatHelper: bump compat for "SpecialFunctions" to "0.10" * Trivial edit to trigger CI * Reduce Bot Frequency Co-authored-by: Steffen Ridderbusch <[email protected]>
1 parent 78977a0 commit 724cb00

File tree

4 files changed

+12
-53
lines changed

4 files changed

+12
-53
lines changed

.github/workflows/CompatHelper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CompatHelper
22

33
on:
44
schedule:
5-
- cron: '00 * * * *'
5+
- cron: '6 0 * * *'
66
issues:
77
types: [opened, reopened]
88

.github/workflows/TagBot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: TagBot
22
on:
33
schedule:
4-
- cron: 0 * * * *
4+
- cron: 6 0 * * *
55
jobs:
66
TagBot:
77
runs-on: ubuntu-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
1010
[compat]
1111
julia = "0.7, 1.0"
1212
CpuId = "0.2"
13-
SpecialFunctions = "0.8, 0.9"
13+
SpecialFunctions = "0.8, 0.9, 0.10"
1414

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

test/Manifest.toml

Lines changed: 9 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,6 @@
33
[[Base64]]
44
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
55

6-
[[BinDeps]]
7-
deps = ["Compat", "Libdl", "SHA", "URIParser"]
8-
git-tree-sha1 = "12093ca6cdd0ee547c39b1870e0c9c3f154d9ca9"
9-
uuid = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
10-
version = "0.8.10"
11-
12-
[[BinaryProvider]]
13-
deps = ["Libdl", "SHA"]
14-
git-tree-sha1 = "5b08ed6036d9d3f0ee6369410b830f8873d4024c"
15-
uuid = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
16-
version = "0.5.8"
17-
18-
[[Compat]]
19-
deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"]
20-
git-tree-sha1 = "ed2c4abadf84c53d9e58510b5fc48912c2336fbb"
21-
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
22-
version = "2.2.0"
23-
246
[[CpuId]]
257
deps = ["Markdown", "Test"]
268
git-tree-sha1 = "f0464e499ab9973b43c20f8216d088b61fda80c6"
@@ -31,10 +13,6 @@ version = "0.2.2"
3113
deps = ["Printf"]
3214
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
3315

34-
[[DelimitedFiles]]
35-
deps = ["Mmap"]
36-
uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab"
37-
3816
[[Distributed]]
3917
deps = ["Random", "Serialization", "Sockets"]
4018
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
@@ -49,22 +27,21 @@ uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
4927
[[Libdl]]
5028
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
5129

52-
[[LinearAlgebra]]
53-
deps = ["Libdl"]
54-
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
55-
5630
[[Logging]]
5731
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
5832

5933
[[Markdown]]
6034
deps = ["Base64"]
6135
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
6236

63-
[[Mmap]]
64-
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
37+
[[OpenSpecFun_jll]]
38+
deps = ["Libdl", "Pkg"]
39+
git-tree-sha1 = "65f672edebf3f4e613ddf37db9dcbd7a407e5e90"
40+
uuid = "efe28fd5-8261-553b-a9e1-b2916fc3738e"
41+
version = "0.5.3+1"
6542

6643
[[Pkg]]
67-
deps = ["Dates", "LibGit2", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
44+
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Test", "UUIDs"]
6845
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
6946

7047
[[Printf]]
@@ -85,37 +62,19 @@ uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
8562
[[Serialization]]
8663
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
8764

88-
[[SharedArrays]]
89-
deps = ["Distributed", "Mmap", "Random", "Serialization"]
90-
uuid = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
91-
9265
[[Sockets]]
9366
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
9467

95-
[[SparseArrays]]
96-
deps = ["LinearAlgebra", "Random"]
97-
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
98-
9968
[[SpecialFunctions]]
100-
deps = ["BinDeps", "BinaryProvider", "Libdl"]
101-
git-tree-sha1 = "3bdd374b6fd78faf0119b8c5d538788dbf910c6e"
69+
deps = ["OpenSpecFun_jll"]
70+
git-tree-sha1 = "e19b98acb182567bcb7b75bb5d9eedf3a3b5ec6c"
10271
uuid = "276daf66-3868-5448-9aa4-cd146d93841b"
103-
version = "0.8.0"
104-
105-
[[Statistics]]
106-
deps = ["LinearAlgebra", "SparseArrays"]
107-
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
72+
version = "0.10.0"
10873

10974
[[Test]]
11075
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
11176
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
11277

113-
[[URIParser]]
114-
deps = ["Test", "Unicode"]
115-
git-tree-sha1 = "6ddf8244220dfda2f17539fa8c9de20d6c575b69"
116-
uuid = "30578b45-9adc-5946-b283-645ec420af67"
117-
version = "0.4.0"
118-
11978
[[UUIDs]]
12079
deps = ["Random", "SHA"]
12180
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

0 commit comments

Comments
 (0)