-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathProject.toml
28 lines (24 loc) · 903 Bytes
/
Project.toml
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
name = "Tensorial"
uuid = "98f94333-fa9f-48a9-ad80-1c66397b2b38"
authors = ["Keita Nakamura <keita.nakamura.1109@gmail.com>"]
version = "0.18.4"
[deps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
TensorCore = "62fd8b95-f654-4bbd-a8a5-9c27f68ccd50"
[compat]
ForwardDiff = "0.10"
LinearAlgebra = "1"
StaticArrays = "1"
TensorCore = "0.1"
julia = "1.9"
[extras]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Combinatorics", "LinearAlgebra", "Random", "StaticArrays", "TensorOperations", "Test"]