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.
1 parent 0ac9088 commit 30617e8Copy full SHA for 30617e8
.github/workflows/CompatHelper.yml
@@ -13,4 +13,4 @@ jobs:
13
env:
14
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
16
- run: julia -e 'using CompatHelper; CompatHelper.main()'
+ run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs"])'
docs/Project.toml
@@ -1,6 +1,9 @@
1
[deps]
2
-SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
3
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
+SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
4
+SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
5
6
[compat]
7
Documenter = "0.27"
8
+SciMLBase = "1.74"
9
+SciMLOperators = "0.1"
0 commit comments