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 e1d9bdf commit f1e9508Copy full SHA for f1e9508
Project.toml
@@ -44,8 +44,9 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
44
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
45
cuDNN = "02a925ec-e4fe-4b08-9a7e-0d78e3d38ccd"
46
47
-[sources]
48
-NeuralClosure = {rev = "main", url = "https://github.com/DEEPDIP-project/NeuralClosure.jl.git"}
+[sources.NeuralClosure]
+rev = "main"
49
+url = "https://github.com/DEEPDIP-project/NeuralClosure.jl.git"
50
51
[extensions]
52
AttentionCNN = ["AttentionLayer"]
@@ -77,7 +78,7 @@ Lux = "1"
77
78
LuxCUDA = "0.3"
79
NNlib = "0.9"
80
NeuralClosure = "1.0.0"
-NeuralOperators = "0.5.3"
81
+NeuralOperators = "0.5.3, 0.6"
82
OpenSSL_jll = "3.0.13"
83
Optimization = "4"
84
OptimizationOptimisers = "0.3"
0 commit comments