-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
28 lines (24 loc) · 991 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
name = "GuidingCenterOrbits"
uuid = "6b3643ae-5dda-50d7-b82c-9f6bc673ccf5"
author = ["Luke Stagner <[email protected]>"]
version = "0.1.0"
[deps]
Contour = "d38c429a-6771-53c6-b99e-75d170b6e991"
EFIT = "cda752c5-6b03-55a3-9e33-132a441b0c17"
Equilibrium = "187daef3-cca3-527a-8725-7379bc760182"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
[sources]
Equilibrium = {url = "https://github.com/JuliaFusion/Equilibrium.jl"}
[compat]
EFIT = "1.0.3"
julia = "^1.6"