Skip to content

Commit

Permalink
Merge 87d358b into 8c1f48b
Browse files Browse the repository at this point in the history
  • Loading branch information
lbenet committed Dec 3, 2021
2 parents 8c1f48b + 87d358b commit f8c2462
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: ['1.5', '1', 'nightly']
julia-version: ['1.6', '1', 'nightly']
julia-arch: [x64]
os: [ubuntu-latest, macOS-latest, windows-latest]
# # 32-bit Julia binaries are not available on macOS
Expand Down
8 changes: 4 additions & 4 deletions Project.toml
@@ -1,7 +1,7 @@
name = "TaylorModels"
uuid = "314ce334-5f6e-57ae-acf6-00b6e903104a"
repo = "https://github.com/JuliaIntervals/TaylorModels.jl.git"
version = "0.5.0"
version = "0.5.1"

[deps]
IntervalArithmetic = "d1acc4aa-44c8-5952-acd4-ba5d80a2a253"
Expand All @@ -17,11 +17,11 @@ TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
[compat]
IntervalArithmetic = "^0.20"
IntervalRootFinding = "0.5"
RecipesBase = "0.8, 1.0"
Reexport = "0.2, 1.0"
RecipesBase = "1"
Reexport = "1"
TaylorIntegration = "0.7, 0.8"
TaylorSeries = "0.10, 0.11"
julia = "1.5, 1.6"
julia = "1.5, 1.6, 1.7"

[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Expand Down

0 comments on commit f8c2462

Please sign in to comment.