Skip to content

Commit 2d2c236

Browse files
authored
Merge pull request #94 from SciML/compathelper/new_version/2025-12-13-00-04-19-476-04145000360
CompatHelper: bump compat for JET in [extras] to 0.11, (keep existing compat)
2 parents 76278f5 + 9b73fa7 commit 2d2c236

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Project.toml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ModelingToolkitNeuralNets"
22
uuid = "f162e290-f571-43a6-83d9-22ecc16da15f"
3-
authors = ["Sebastian Micluța-Câmpeanu <sebastian.mc95@proton.me> and contributors"]
43
version = "2.2.0"
4+
authors = ["Sebastian Micluța-Câmpeanu <sebastian.mc95@proton.me> and contributors"]
55

66
[deps]
77
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
@@ -18,7 +18,7 @@ ComponentArrays = "0.15.28"
1818
DifferentiationInterface = "0.6, 0.7"
1919
ForwardDiff = "0.10.36, 1"
2020
IntervalSets = "0.7.10"
21-
JET = "0.8, 0.9, 0.10"
21+
JET = "0.8, 0.9, 0.10, 0.11"
2222
Lux = "1.14"
2323
LuxCore = "1.2"
2424
ModelingToolkit = "10"
@@ -43,10 +43,10 @@ Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
4343
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
4444
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
4545
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
46+
ModelingToolkitStandardLibrary = "16a59e39-deab-5bd0-87e4-056b12336739"
4647
OptimizationBase = "bca83a33-5cc9-4baa-983d-23429ab6bcbb"
4748
OptimizationOptimisers = "42dfb2eb-d2b4-4451-abcd-913932933ac1"
4849
OrdinaryDiffEqVerner = "79d7bb75-1356-48c1-b8c0-6832512096c2"
49-
ModelingToolkitStandardLibrary = "16a59e39-deab-5bd0-87e4-056b12336739"
5050
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
5151
SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1"
5252
SciMLStructures = "53ae85a6-f571-4167-b2af-e1d143709226"
@@ -57,7 +57,4 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
5757
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
5858

5959
[targets]
60-
test = ["Aqua", "JET", "Test", "OrdinaryDiffEqVerner", "DifferentiationInterface",
61-
"SciMLSensitivity", "Zygote", "ForwardDiff", "ModelingToolkitStandardLibrary",
62-
"OptimizationBase", "OptimizationOptimisers", "SafeTestsets", "SciMLStructures",
63-
"StableRNGs", "Statistics", "SymbolicIndexingInterface"]
60+
test = ["Aqua", "JET", "Test", "OrdinaryDiffEqVerner", "DifferentiationInterface", "SciMLSensitivity", "Zygote", "ForwardDiff", "ModelingToolkitStandardLibrary", "OptimizationBase", "OptimizationOptimisers", "SafeTestsets", "SciMLStructures", "StableRNGs", "Statistics", "SymbolicIndexingInterface"]

0 commit comments

Comments
 (0)