-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathProject.toml
35 lines (29 loc) · 1.03 KB
/
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
34
35
name = "SphericalScattering"
uuid = "1a9ea918-b599-4f1f-bd9a-d681e8bb5b3e"
authors = ["Bernd Hofmann <[email protected]> and contributors"]
version = "0.7.2"
[deps]
LegendrePolynomials = "3db4a2ba-fc88-11e8-3e01-49c72059a882"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[weakdeps]
PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a"
[extensions]
SphericalScatteringExt = "PlotlyJS"
[compat]
LegendrePolynomials = "0.3, 0.4"
LinearAlgebra = "1"
PlotlyJS = "0.18"
SpecialFunctions = "1, 2"
StaticArrays = "1"
julia = "1.7"
[extras]
BEAST = "bb4162c7-ba94-5a20-af32-d8ec4428bdd1"
CompScienceMeshes = "3e66a162-7b8c-5da0-b8f8-124ecd2c3ae1"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
PlotlyJS = "f0f68f2c-4968-5e81-91da-67840de0976a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "JuliaFormatter", "BEAST", "CompScienceMeshes", "PlotlyJS"]