We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9812b4 commit 5278a3fCopy full SHA for 5278a3f
2 files changed
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
- version: '1'
39
os: windows-latest
40
arch: x64
41
- - version: '1.6'
+ - version: '1.10'
42
os: ubuntu-latest
43
44
Project.toml
@@ -26,16 +26,16 @@ CodecZlib = "0.6, 0.7"
26
ForwardDiff = "0.10, 1"
27
JSON = "1.4.0"
28
JSONSchema = "1"
29
-LinearAlgebra = "<0.0.1, 1.6"
+LinearAlgebra = "1"
30
MutableArithmetics = "1"
31
NaNMath = "0.3, 1"
32
OrderedCollections = "1"
33
PrecompileTools = "1"
34
-Printf = "<0.0.1, 1.6"
35
-SparseArrays = "<0.0.1, 1.6"
+Printf = "1"
+SparseArrays = "1"
36
SpecialFunctions = "0.8, 1, 2"
37
-Test = "<0.0.1, 1.6"
-julia = "1.6"
+Test = "1"
+julia = "1.10"
[extras]
JSONSchema = "7d188eb4-7ad8-530c-ae41-71a32a6d4692"
0 commit comments