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 35f09a1 commit 50ebd0fCopy full SHA for 50ebd0f
Project.toml
@@ -48,8 +48,9 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
48
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
49
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
50
51
-[sources]
52
-NeuralClosure = {rev = "main", url = "https://github.com/DEEPDIP-project/NeuralClosure.jl.git"}
+[sources.NeuralClosure]
+rev = "main"
53
+url = "https://github.com/DEEPDIP-project/NeuralClosure.jl.git"
54
55
[extensions]
56
AttentionCNN = ["AttentionLayer"]
@@ -85,7 +86,7 @@ NeuralClosure = "1.0.0"
85
86
NeuralOperators = "0.5.3"
87
OpenSSL_jll = "3.0.13"
88
Optim = "1.12.0"
-Optimization = "4"
89
+Optimization = "4, 5"
90
OptimizationOptimJL = "0.4.3"
91
OptimizationOptimisers = "0.3"
92
Plots = "2, 1"
0 commit comments