Skip to content

Commit

Permalink
Merge pull request #101 from ArnoStrouwen/patch-1
Browse files Browse the repository at this point in the history
[skip ci] doc and example compat
  • Loading branch information
ChrisRackauckas authored Nov 19, 2022
2 parents 2c479b1 + 82e5774 commit 170ae0e
Show file tree
Hide file tree
Showing 6 changed files with 56 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 @@ -13,4 +13,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMPATHELPER_PRIV: ${{ secrets.DOCUMENTER_KEY }}
run: julia -e 'using CompatHelper; CompatHelper.main()'
run: julia -e 'using CompatHelper; CompatHelper.main(;subdirs=["", "docs", "example/Burgers", "example/DoublePendulum", "example/FlowOverCircle", "example/SuperResolution"])'
6 changes: 6 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
NeuralOperators = "ea5c82af-86e5-48da-8ee1-382d6ad7af4b"

[compat]
Documenter = "0.27"
DocumenterCitations = "0.2"
Flux = "0.13"
NeuralOperators = "0.4"
10 changes: 10 additions & 0 deletions example/Burgers/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
NeuralOperators = "ea5c82af-86e5-48da-8ee1-382d6ad7af4b"

[compat]
BSON = "0.3"
CUDA = "3.12"
DataDeps = "0.7"
Flux = "0.13"
FluxTraining = "0.3"
MAT = "0.10"
MLUtils = "0.3"
NeuralOperators = "0.4"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

Expand Down
13 changes: 13 additions & 0 deletions example/DoublePendulum/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ NeuralOperators = "ea5c82af-86e5-48da-8ee1-382d6ad7af4b"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"

[compat]
BSON = "0.3"
CSV = "0.10"
CUDA = "3.12"
DataDeps = "0.7"
DataFrames = "1.4"
Flux = "0.13"
FluxTraining = "0.3"
MLUtils = "0.3"
NeuralOperators = "0.4"
Plots = "1.36"
Pluto = "0.19"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

Expand Down
14 changes: 14 additions & 0 deletions example/FlowOverCircle/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@ Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
WaterLily = "ed894a53-35f9-47f1-b17f-85db9237eebd"

[compat]
BSON = "0.3"
CUDA = "3.12"
Flux = "0.13"
FluxTraining = "0.3"
GeometricFlux = "0.13"
Graphs = "1.7"
MLUtils = "0.3"
NeuralOperators = "0.4"
Plots = "1.36"
Pluto = "0.19"
ProgressMeter = "1.7"
WaterLily = "0.2"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

Expand Down
12 changes: 12 additions & 0 deletions example/SuperResolution/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,18 @@ Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
WaterLily = "ed894a53-35f9-47f1-b17f-85db9237eebd"

[compat]
BSON = "0.3"
CUDA = "3.12"
Flux = "0.13"
FluxTraining = "0.3"
MLUtils = "0.3"
NeuralOperators = "0.4"
Plots = "1.36"
Pluto = "0.19"
ProgressMeter = "1.7"
WaterLily = "0.2"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

Expand Down

0 comments on commit 170ae0e

Please sign in to comment.