Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 67ce816

Browse files
authored
Resolve compat issues for m1 macs (#294)
* compat issues for m1 macs Signed-off-by: Ilia <[email protected]> * change version in test, add minor version to Project.toml Signed-off-by: Ilia <[email protected]> --------- Signed-off-by: Ilia <[email protected]>
1 parent 3e32401 commit 67ce816

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
version:
14-
- '1.5'
14+
- '1'
1515
- '1.6'
16-
- 'nightly'
1716
os:
1817
- ubuntu-latest
1918
- macOS-latest

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ValidatedNumerics"
22
uuid = "d621b6e3-7715-5857-9c6f-c67000ef6083"
33
repo = "https://github.com/JuliaIntervals/ValidatedNumerics.jl.git"
4-
version = "0.12.0"
4+
version = "0.12.1"
55

66
[deps]
77
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
@@ -13,14 +13,14 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
1313
TaylorModels = "314ce334-5f6e-57ae-acf6-00b6e903104a"
1414

1515
[compat]
16-
IntervalArithmetic = "0.16, 0.17, 0.18"
16+
IntervalArithmetic = "0.16, 0.17, 0.18, 0.19, 0.20"
1717
IntervalRootFinding = "0.5"
1818
IntervalContractors = "0.4"
1919
IntervalConstraintProgramming = "0.12"
2020
IntervalOptimisation = "0.4"
21-
TaylorModels = "0.3"
21+
TaylorModels = "0.6"
2222
Reexport = "0.2, 1.0"
23-
julia = "1.3, 1.4, 1.5, 1.6"
23+
julia = "1.6"
2424

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

0 commit comments

Comments
 (0)