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 633a474 commit a3fe3c6Copy full SHA for a3fe3c6
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"]
@@ -61,7 +62,7 @@ fno = ["NeuralOperators"]
61
62
[compat]
63
Adapt = "4"
64
CUDA = "5"
-CUDSS = "0.4"
65
+CUDSS = "0.4, 0.5"
66
CairoMakie = "0.12, 0.13"
67
ChainRules = "1"
68
ChainRulesCore = "1.25.1"
0 commit comments