Skip to content

Commit

Permalink
drop support for Julia 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bvdmitri committed Oct 31, 2023
1 parent 8a2d1d1 commit 7bfb8a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.9'
os:
- ubuntu-latest
Expand Down
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,14 @@ FastGaussQuadrature = "0.4, 0.5"
ForwardDiff = "0.10"
HCubature = "1.0.0"
LazyArrays = "0.21, 0.22, 1"
LinearAlgebra = "1.9"
LoopVectorization = "0.12"
MacroTools = "0.5"
MatrixCorrectionTools = "1.2.0"
Optim = "1.0.0"
Optimisers = "0.2"
PositiveFactorizations = "0.2"
Random = "1.9"
Requires = "1"
Rocket = "1.7.0"
SpecialFunctions = "1.4, 2"
Expand All @@ -69,7 +71,7 @@ StatsFuns = "0.9, 1"
TinyHugeNumbers = "1.0.0"
TupleTools = "1.2.0"
Unrolled = "0.1.3"
julia = "1.6.0"
julia = "1.9.0"

[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Expand Down

0 comments on commit 7bfb8a1

Please sign in to comment.