Skip to content

Commit 5278a3f

Browse files
committed
Update
1 parent f9812b4 commit 5278a3f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- version: '1'
3939
os: windows-latest
4040
arch: x64
41-
- version: '1.6'
41+
- version: '1.10'
4242
os: ubuntu-latest
4343
arch: x64
4444
- version: '1'

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ CodecZlib = "0.6, 0.7"
2626
ForwardDiff = "0.10, 1"
2727
JSON = "1.4.0"
2828
JSONSchema = "1"
29-
LinearAlgebra = "<0.0.1, 1.6"
29+
LinearAlgebra = "1"
3030
MutableArithmetics = "1"
3131
NaNMath = "0.3, 1"
3232
OrderedCollections = "1"
3333
PrecompileTools = "1"
34-
Printf = "<0.0.1, 1.6"
35-
SparseArrays = "<0.0.1, 1.6"
34+
Printf = "1"
35+
SparseArrays = "1"
3636
SpecialFunctions = "0.8, 1, 2"
37-
Test = "<0.0.1, 1.6"
38-
julia = "1.6"
37+
Test = "1"
38+
julia = "1.10"
3939

4040
[extras]
4141
JSONSchema = "7d188eb4-7ad8-530c-ae41-71a32a6d4692"

0 commit comments

Comments
 (0)