Skip to content

Commit 8387f50

Browse files
committed
Require Julia 1.10
1 parent 2995791 commit 8387f50

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/Tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: "everything else"
3737
args: "--skip essential/ad.jl mcmc/gibbs.jl mcmc/hmc.jl mcmc/abstractmcmc.jl mcmc/Inference.jl experimental/gibbs.jl mcmc/ess.jl"
3838
version:
39-
- '1.9'
39+
- '1.10'
4040
- '1'
4141
os:
4242
- ubuntu-latest
@@ -63,7 +63,7 @@ jobs:
6363
num_threads: 1
6464
- os: macOS-latest
6565
num_threads: 1
66-
# It's sufficient to test x86 with only Julia 1.9 and 1 thread.
66+
# It's sufficient to test x86 with only Julia 1.10 and 1 thread.
6767
- arch: x86
6868
version: '1'
6969
- arch: x86

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ Random = "1"
8181
Optim = "1"
8282
Reexport = "0.2, 1"
8383
Requires = "0.5, 1.0"
84-
SciMLBase = "1.92.1, 2"
84+
SciMLBase = "2"
8585
SpecialFunctions = "0.7.2, 0.8, 0.9, 0.10, 1, 2"
8686
Statistics = "1.6"
8787
StatsAPI = "1.6"
8888
StatsBase = "0.32, 0.33, 0.34"
8989
StatsFuns = "0.8, 0.9, 1"
90-
julia = "1.9"
90+
julia = "1.10"
9191

9292
[extras]
9393
DynamicHMC = "bbc10e6e-7c05-544b-b16e-64fede858acb"

0 commit comments

Comments
 (0)