TaylorTest/Project.toml
2025-02-12 11:21:46 +01:00

24 lines
682 B
TOML

name = "TaylorTest"
uuid = "967b12e5-70be-421a-a124-e33167727e0a"
authors = ["Gaspard Jankowiak <gaspard.jankowiak@uni-graz.at>"]
version = "0.2.1"
[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"
[compat]
LinearAlgebra = "1.11.0"
SpecialFunctions = "2.5.0"
TensorOperations = "5.1.3"
Test = "1.11.0"
UnicodePlots = "3.7.2"
[extras]
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
TensorOperations = "6aa20fa7-93e2-5fca-9bc0-fbd0db3c71a2"
[targets]
test = ["SpecialFunctions", "TensorOperations"]