Skip to content

Commit

Permalink
Merge #453
Browse files Browse the repository at this point in the history
453: Fix Julia version to 1.6-1.7 r=ilopezgp a=ilopezgp

## Changes

Sets Julia version to 1.6 - 1.7 to ensure 1.8 is not used (not supported yet).

Co-authored-by: Ignacio Lopez Gomez <ilopezgo@caltech.edu>
  • Loading branch information
bors[bot] and ilopezgp authored Sep 15, 2022
2 parents ebf1757 + fa615c3 commit b841f39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ TerminalLoggers = "0.1"
Thermodynamics = "0.5, 0.6, 0.7, 0.8, 0.9"
TurbulenceConvection = "1"
UnPack = "1"
julia = "1.6"
julia = "1.6 - 1.7"
10 changes: 5 additions & 5 deletions integration_tests/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -676,9 +676,9 @@ version = "0.66.2"

[[deps.GR_jll]]
deps = ["Artifacts", "Bzip2_jll", "Cairo_jll", "FFMPEG_jll", "Fontconfig_jll", "GLFW_jll", "JLLWrappers", "JpegTurbo_jll", "Libdl", "Libtiff_jll", "Pixman_jll", "Pkg", "Qt5Base_jll", "Zlib_jll", "libpng_jll"]
git-tree-sha1 = "2d908286d120c584abbe7621756c341707096ba4"
git-tree-sha1 = "3697c23d09d5ec6f2088faa68f0d926b6889b5be"
uuid = "d2c73de3-f751-5644-a686-071e5b155ba9"
version = "0.66.2+0"
version = "0.67.0+0"

[[deps.GaussQuadrature]]
deps = ["SpecialFunctions"]
Expand Down Expand Up @@ -1302,10 +1302,10 @@ version = "1.0.2"
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"

[[deps.NonlinearSolve]]
deps = ["ArrayInterfaceCore", "FiniteDiff", "ForwardDiff", "IterativeSolvers", "LinearAlgebra", "RecursiveArrayTools", "RecursiveFactorization", "Reexport", "SciMLBase", "Setfield", "StaticArrays", "UnPack"]
git-tree-sha1 = "a754a21521c0ab48d37f44bbac1eefd1387bdcfc"
deps = ["ArrayInterfaceCore", "FiniteDiff", "ForwardDiff", "LinearAlgebra", "RecursiveArrayTools", "Reexport", "SciMLBase", "Setfield", "StaticArrays", "UnPack"]
git-tree-sha1 = "12ea26dc2d8d8f6773bccfe7e616b129b9705380"
uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
version = "0.3.22"
version = "0.3.23"

[[deps.Observables]]
git-tree-sha1 = "dfd8d34871bc3ad08cd16026c1828e271d554db9"
Expand Down

2 comments on commit b841f39

@ilopezgp
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/68089

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.8.0 -m "<description of version>" b841f39667d7a55a698be9d9697b19e4dfed1d14
git push origin v0.8.0

Please sign in to comment.