Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
- 'docs/**'
jobs:
test:
if: false # Temporarily disabled - see https://github.com/SciML/ModelingToolkitNeuralNets.jl/issues/105
name: "Downgrade"
strategy:
matrix:
Expand Down
26 changes: 13 additions & 13 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,30 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
[compat]
Aqua = "0.8"
ComponentArrays = "0.15.28"
DifferentiationInterface = "0.6, 0.7"
ForwardDiff = "0.10.36, 1"
DifferentiationInterface = "0.7.18"
ForwardDiff = "1.1"
IntervalSets = "0.7.10"
JET = "0.8, 0.9, 0.10, 0.11"
JET = "0.8.22, 0.9, 0.10, 0.11"
Lux = "1.14"
LuxCore = "1.2"
ModelingToolkit = "11.7.1"
ModelingToolkitBase = "1.6.2"
ModelingToolkitStandardLibrary = "2.24"
OptimizationBase = "4.0.2, 5"
ModelingToolkitBase = "1.31.0"
ModelingToolkitStandardLibrary = "2.27"
OptimizationBase = "4.1, 5"
OptimizationOptimJL = "0.4.8"
OptimizationOptimisers = "0.3"
OrdinaryDiffEqVerner = "1, 2"
OptimizationOptimisers = "0.3.14"
OrdinaryDiffEqVerner = "1.10, 2"
Random = "1.10"
SafeTestsets = "0.1"
SciCompDSL = "1"
SciMLSensitivity = "7.72"
SciMLStructures = "1.1.0"
SciMLSensitivity = "7.93"
SciMLStructures = "1.10"
StableRNGs = "1"
Statistics = "1.10"
SymbolicIndexingInterface = "0.3.41"
Symbolics = "7"
SymbolicIndexingInterface = "0.3.43"
Symbolics = "7.8"
Test = "1.10"
Zygote = "0.6.73, 0.7"
Zygote = "0.7.5"
julia = "1.10"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using ModelingToolkitNeuralNets
using Test
using SafeTestsets

const GROUP = ENV["GROUP"]
const GROUP = get(ENV, "GROUP", "All")

@testset verbose = true "ModelingToolkitNeuralNets.jl" begin
if GROUP != "Core"
Expand Down
Loading