Skip to content

Commit

Permalink
Merge pull request #782 from ArnoStrouwen/doccompat
Browse files Browse the repository at this point in the history
doc compat
  • Loading branch information
ChrisRackauckas authored Nov 25, 2022
2 parents 5a62200 + adffed5 commit d396de5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: "Run CompatHelper"
run: |
import CompatHelper
CompatHelper.main()
CompatHelper.main(;subdirs=["", "docs"])
shell: julia --color=yes {0}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
18 changes: 18 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,22 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"

[compat]
DiffEqFlux = "1.52.0"
DifferentialEquations = "7.6.0"
Distances = "0.10.7"
Distributions = "0.25.78"
Documenter = "0.27"
Flux = "0.13.7"
Lux = "0.4.34"
MLDataUtils = "0.5"
MLDatasets = "0.7"
Optimization = "3.9"
OptimizationFlux = "0.1"
OptimizationOptimJL = "0.1"
OptimizationPolyalgorithms = "0.1"
OrdinaryDiffEq = "6.31"
Plots = "1.36"
ReverseDiff = "1.14"
SciMLBase = "1.72"
SciMLSensitivity = "7.11"
StochasticDiffEq = "6.56"

0 comments on commit d396de5

Please sign in to comment.