-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathProject.toml
33 lines (27 loc) · 890 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
29
30
31
32
33
name = "ColorVectorSpace"
uuid = "c3611d14-8923-5661-9e6a-0046d554d3a4"
version = "0.11"
[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TensorCore = "62fd8b95-f654-4bbd-a8a5-9c27f68ccd50"
[compat]
ColorTypes = "0.12"
FixedPointNumbers = "0.8.2"
Requires = "1"
SpecialFunctions = "2"
TensorCore = "0.1"
julia = "1.6"
[weakdeps]
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
[extensions]
SpecialFunctionsExt = "SpecialFunctions"
[extras]
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["SpecialFunctions", "Colors", "Test"]