We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6000ef6 + 1b11b47 commit 0b1092dCopy full SHA for 0b1092d
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
- uses: julia-actions/setup-julia@v1
35
with:
36
version: ${{ matrix.version }}
37
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
38
env:
39
cache-name: cache-artifacts
40
Project.toml
@@ -74,7 +74,7 @@ Distributed = "1"
74
Distributions = "0.23, 0.24, 0.25"
75
DocStringExtensions = "0.7, 0.8, 0.9"
76
DomainSets = "0.6"
77
-DynamicQuantities = "0.8, 0.9, 0.10"
+DynamicQuantities = "^0.11.2"
78
FindFirstFunctions = "1"
79
ForwardDiff = "0.10.3"
80
FunctionWrappersWrappers = "0.1"
0 commit comments