Skip to content

Commit

Permalink
Merge pull request #1008 from SciML/ChrisRackauckas-patch-2
Browse files Browse the repository at this point in the history
Bump a few majors
  • Loading branch information
ChrisRackauckas committed Dec 26, 2023
2 parents 36476bc + c5a6cd3 commit 4f8e26f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
- Core
version:
- '1'
- '1.6'
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
Expand Down
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DifferentialEquations"
uuid = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
version = "7.11.0"
version = "7.12.0"

[deps]
BoundaryValueDiffEq = "764a87c0-6b3e-53db-9096-fe964310641d"
Expand Down Expand Up @@ -30,11 +30,11 @@ DiffEqCallbacks = "2.26"
DiffEqNoiseProcess = "5.17"
JumpProcesses = "9.6"
LinearSolve = "2.1.12"
NonlinearSolve = "1.7.0, 2"
NonlinearSolve = "3"
OrdinaryDiffEq = "6.53"
RecursiveArrayTools = "2.38"
RecursiveArrayTools = "3"
Reexport = "1.0"
SciMLBase = "1.92, 2"
SciMLBase = "2"
SteadyStateDiffEq = "1.15"
StochasticDiffEq = "6.61"
Sundials = "4.19"
Expand Down

0 comments on commit 4f8e26f

Please sign in to comment.