Skip to content

Commit

Permalink
Merge pull request #2053 from SciML/1.9
Browse files Browse the repository at this point in the history
bump lower to v1.9
  • Loading branch information
ChrisRackauckas authored Nov 8, 2023
2 parents 88bd808 + a96b68a commit 30117a4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ steps:
matrix:
setup:
version:
- "1.6"
- "1.9"
- "1"
group:
- "Regression_I"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- ODEInterfaceRegression
- Multithreading
version:
- '1.9'
- '1'
- '1.6'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: [1,1.6]
julia-version: [1.9, 1]
os: [ubuntu-latest]
package:
- {user: SciML, repo: DelayDiffEq.jl, group: Interface}
Expand Down
34 changes: 17 additions & 17 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,46 +45,46 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77"

[compat]
ADTypes = "0.1, 0.2"
Adapt = "1.1, 2.0, 3.0"
ArrayInterface = "6, 7"
ADTypes = "0.2"
Adapt = "3.0"
ArrayInterface = "7"
DataStructures = "0.18"
DiffEqBase = "6.128.2"
DocStringExtensions = "0.8, 0.9"
DocStringExtensions = "0.9"
ExponentialUtilities = "1.22"
FastBroadcast = "0.1.9, 0.2"
FastBroadcast = "0.2"
FastClosures = "0.3"
FiniteDiff = "2"
ForwardDiff = "0.10.3"
FunctionWrappersWrappers = "0.1"
IfElse = "0.1"
InteractiveUtils = "1.6"
InteractiveUtils = "1.9"
LineSearches = "7"
LinearAlgebra = "1.6"
LinearAlgebra = "1.9"
LinearSolve = "2.1.10"
Logging = "1.6"
Logging = "1.9"
LoopVectorization = "0.12"
MacroTools = "0.5"
MuladdMacro = "0.2.1"
NLsolve = "4.3"
NonlinearSolve = "1.1, 2"
Polyester = "0.3, 0.4, 0.5, 0.6, 0.7"
PreallocationTools = "0.2, 0.3, 0.4"
NonlinearSolve = "2"
Polyester = "0.7"
PreallocationTools = "0.4"
PrecompileTools = "1"
Preferences = "1.3"
RecursiveArrayTools = "2.36"
Reexport = "0.2, 1.0"
SciMLBase = "1.94, 2"
Reexport = "1.0"
SciMLBase = "2"
SciMLNLSolve = "0.1"
SciMLOperators = "0.2.12, 0.3"
SciMLOperators = "0.3"
SimpleNonlinearSolve = "0.1.4"
SimpleUnPack = "1"
SparseArrays = "1.6"
SparseArrays = "1.9"
SparseDiffTools = "2.3"
StaticArrayInterface = "1.2"
StaticArrays = "0.11, 0.12, 1.0"
StaticArrays = "1.0"
TruncatedStacktraces = "1.2"
julia = "1.6"
julia = "1.9"

[extras]
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
Expand Down

0 comments on commit 30117a4

Please sign in to comment.