-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
30 lines (26 loc) · 897 Bytes
/
Project.toml
File metadata and controls
30 lines (26 loc) · 897 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
26
27
28
29
30
name = "AlternatingCrossInterpolation"
uuid = "edb033b7-a75d-417d-a8cf-848b73ef5de9"
version = "0.1.0"
authors = ["Marc Ritter <mritter@flatironinstitute.org> and contributors"]
[deps]
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
TensorCrossInterpolation = "b261b2ec-6378-4871-b32e-9173bb050604"
[compat]
Aqua = "0.8.14"
JET = "0.8 - 0.11"
LinearAlgebra = "1.10.0"
OffsetArrays = "1.17.0"
QuanticsGrids = "0.7.2"
Random = "1.10.0"
TensorCrossInterpolation = "0.9"
Test = "1.10.0"
julia = "1.10"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
QuanticsGrids = "634c7f73-3e90-4749-a1bd-001b8efc642d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Aqua", "JET", "Test", "LinearAlgebra", "QuanticsGrids", "Random"]