Skip to content

Commit 93d5c8d

Browse files
authored
Merge pull request #350 from JuliaMath/teh/compat
Add compat bounds on all dependencies
2 parents 7a2f527 + 08b75f6 commit 93d5c8d

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@
2525

2626
## Build folder of Documenter.jl
2727
docs/build/
28+
Manifest.toml

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: julia
22
sudo: false
33
julia:
44
- 1.0
5-
- 1.1
5+
- 1
66
- nightly
77
after_success:
88
# push coverage results to Coveralls

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Interpolations"
22
uuid = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
3-
version = "0.12.6"
3+
version = "0.12.7"
44

55
[deps]
66
AxisAlgorithms = "13072b0f-2c55-5437-9ae7-d433b7a33950"
@@ -14,11 +14,11 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1414
WoodburyMatrices = "efce3f68-66dc-5838-9240-27a6d6f5f9b6"
1515

1616
[compat]
17-
AxisAlgorithms = "0.3.0"
18-
OffsetArrays = "0.10, 0.11"
17+
AxisAlgorithms = "0.3, 1"
18+
OffsetArrays = "0.10, 0.11, 1.0.1"
1919
Ratios = "0.3"
2020
StaticArrays = "0.10, 0.11, 0.12"
21-
WoodburyMatrices = "≥ 0.1.5"
21+
WoodburyMatrices = "0.4, 0.5"
2222
julia = "1"
2323

2424
[extras]

0 commit comments

Comments
 (0)