forked from SciML/NeuralOperators.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
25 lines (23 loc) · 722 Bytes
/
Project.toml
File metadata and controls
25 lines (23 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name = "NeuralOperators"
uuid = "ea5c82af-86e5-48da-8ee1-382d6ad7af4b"
authors = ["Avik Pal <avikpal@mit.edu>"]
version = "0.6.2"
[deps]
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
ConcreteStructs = "2569d6c7-a4a2-43d3-a901-331e8e4be471"
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
LuxCore = "bb33d45b-7691-41d6-9220-0943567d0623"
LuxLib = "82251201-b29d-42c6-8e01-566dec8acb11"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
WeightInitializers = "d49dbf32-c5c2-4618-8acc-27bb2598ef2d"
[compat]
AbstractFFTs = "1.5.0"
ConcreteStructs = "0.2.3"
Lux = "1.13"
LuxCore = "1.2"
LuxLib = "1.8"
NNlib = "0.9.30"
Random = "1.10"
WeightInitializers = "1"
julia = "1.10"