-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
33 lines (31 loc) · 1.07 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
name = "Superfluids"
uuid = "01347403-e5cf-4a60-9350-9edf4e6960f2"
authors = ["Rodney Polkinghorne <[email protected]>"]
version = "0.1.0"
[deps]
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
ComplexPhasePortrait = "38ac1a67-8e16-5889-9a62-b2c9995eb50f"
DiffEqOperators = "9fdde737-9c7f-55bf-ade8-46b3f136cc48"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearMaps = "7a12625a-238d-50fd-b39a-03d52299707e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
PlotUtils = "995b91a9-d308-5afd-9ec6-746e21dbc043"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
Arpack = "0.5.1"
BandedMatrices = "0.16.0"
ComplexPhasePortrait = "0.2.0"
DiffEqOperators = "4"
DifferentialEquations = "6"
FFTW = "1"
Interpolations = "0.13.1"
LinearMaps = "3"
Optim = "1"
PlotUtils = "1"
RecipesBase = "1"
julia = "1"