Skip to content

Commit da45a81

Browse files
committed
Outdated dependencies caused test failures -> updated manifest and compat so that tests pass.
1 parent f4a4aad commit da45a81

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ env:
2525
global:
2626
- COVERALLS_PARALLEL=true
2727
notifications:
28-
webhooks: https://coveralls.io/webhook
28+
webhooks: "https://coveralls.io/webhook"

Manifest.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
4949

5050
[[SIMDPirates]]
5151
deps = ["VectorizationBase"]
52-
git-tree-sha1 = "456a334075b92d1770fc7c37a9c6944681e44793"
52+
git-tree-sha1 = "16e34b8028fa9d419a0e0b7f4d702c9b590a1977"
5353
uuid = "21efa798-c60a-11e8-04d3-e1a92915a26a"
54-
version = "0.3.12"
54+
version = "0.3.13"
5555

5656
[[SLEEFPirates]]
5757
deps = ["Libdl", "SIMDPirates", "VectorizationBase"]
58-
git-tree-sha1 = "782448fc95bee4aab976a207cc63936a37e943dd"
58+
git-tree-sha1 = "d24858f03c87478cdacd5433454e2e322249d293"
5959
uuid = "476501e8-09a2-5ece-8869-fb82de89a1fa"
60-
version = "0.3.5"
60+
version = "0.3.6"
6161

6262
[[Serialization]]
6363
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
@@ -71,6 +71,6 @@ uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
7171

7272
[[VectorizationBase]]
7373
deps = ["CpuId", "LinearAlgebra"]
74-
git-tree-sha1 = "5d9f62daaa09921c07d5fd7b4a686e0842bfdb0a"
74+
git-tree-sha1 = "e1093ff0fc183880a6f836026309ba06672c92ec"
7575
uuid = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
76-
version = "0.3.0"
76+
version = "0.3.1"

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ VectorizationBase = "3d5dd08c-fd9d-11e8-17fa-ed2836048c2f"
1212

1313
[compat]
1414
Parameters = "0"
15-
SIMDPirates = "0.3.12, 0.4, 0.5"
16-
SLEEFPirates = "0.3.5, 0.4, 0.5"
17-
VectorizationBase = "0.3, 0.4, 0.5"
15+
SIMDPirates = "0.3.13, 0.4, 0.5"
16+
SLEEFPirates = "0.3.6, 0.4, 0.5"
17+
VectorizationBase = "0.3.1, 0.4, 0.5"
1818
julia = "1.1"
1919

2020
[extras]

0 commit comments

Comments
 (0)