-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
27 lines (23 loc) · 862 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
name = "GravitationalPotentials"
uuid = "c5ecfa00-e6a4-4f27-837b-868bffbab2ae"
authors = ["Abhro R. and contributors"]
version = "0.0.0-DEV"
[deps]
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Integrals = "de52edbc-65ea-441a-8357-d3a637375a31"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MakieCore = "20f20a25-4f0e-4fdf-b5d1-57303727442b"
[compat]
CoordinateTransformations = "0.6.3"
DocStringExtensions = "0.9"
julia = "1.6"
[extras]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Pluto = "c3e4b0f8-55cb-11ea-2926-15256bba5781"
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"
[targets]
test = ["Test"]
notebooks = ["CairoMakie", "Pluto", "PlutoUI", "WGLMakie"]