Skip to content

Commit

Permalink
Update to TaylorSeries v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezHz committed Jul 22, 2024
1 parent ed36a2f commit 12c5c42
Show file tree
Hide file tree
Showing 4 changed files with 3,630 additions and 7,421 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- run: julia --project=. -e 'import Pkg; Pkg.add(url="https://github.com/PerezHz/TaylorIntegration.jl", rev="jp/ts-pr-361"); Pkg.instantiate()'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
env:
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PlanetaryEphemeris"
uuid = "d83715d0-7e5f-11e9-1a59-4137b20d8363"
authors = ["Jorge A. Pérez Hernández", "Luis Benet", "Luis Eduardo Ramírez Montoya"]
version = "0.8.3"
version = "0.8.4"

[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
Expand All @@ -24,5 +24,5 @@ JLD2 = "0.4"
PrecompileTools = "1.1"
Quadmath = "0.5"
TaylorIntegration = "0.15"
TaylorSeries = "0.17"
TaylorSeries = "0.18"
julia = "1.6"
Loading

0 comments on commit 12c5c42

Please sign in to comment.