Skip to content

Commit cc40936

Browse files
committed
1 parent 6b58635 commit cc40936

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- Wrappers
2525
- Miscellaneous
2626
version:
27-
- '1.9'
2827
- '1.10'
2928
os:
3029
- ubuntu-latest

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@ NonlinearProblemLibrary = "0.1.2"
8181
OrdinaryDiffEq = "6.63"
8282
Pkg = "1"
8383
PrecompileTools = "1.2"
84-
Printf = "1.9"
84+
Printf = "1"
8585
Random = "1.91"
8686
RecursiveArrayTools = "3.2"
8787
Reexport = "1.2"
8888
SIAMFANLEquations = "1.0.1"
8989
SafeTestsets = "0.1"
9090
SciMLBase = "2.18.0"
9191
SimpleNonlinearSolve = "1.0.2"
92-
SparseArrays = "1.9"
92+
SparseArrays = "1"
9393
SparseDiffTools = "2.14"
9494
SpeedMapping = "0.3"
9595
StableRNGs = "1"
@@ -100,7 +100,7 @@ Symbolics = "5.13"
100100
Test = "1"
101101
TimerOutputs = "0.5"
102102
Zygote = "0.6.67"
103-
julia = "1.9"
103+
julia = "1.10"
104104

105105
[extras]
106106
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)