TaylorTest/Project.toml

24 lines
682 B
TOML
Raw Permalink Normal View History

2025-02-10 12:08:26 +01:00
name = "TaylorTest"
uuid = "967b12e5-70be-421a-a124-e33167727e0a"
authors = ["Gaspard Jankowiak <gaspard.jankowiak@uni-graz.at>"]
2025-02-12 11:21:46 +01:00
version = "0.2.1"
2025-02-10 12:08:26 +01:00
[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
2025-02-10 12:08:26 +01:00
[compat]
LinearAlgebra = "1.11.0"
SpecialFunctions = "2.5.0"
TensorOperations = "5.1.3"
Test = "1.11.0"
UnicodePlots = "3.7.2"
2025-02-10 12:08:26 +01:00
[extras]
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2025-02-11 13:42:31 +01:00
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
2025-02-10 12:08:26 +01:00
[targets]
2025-02-11 13:42:31 +01:00
test = ["SpecialFunctions", "TensorOperations"]