forked from fncbook/fnc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
27 lines (25 loc) · 927 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 = "FundamentalsNumericalComputation"
uuid = "e48b7b93-d2a8-4750-aba7-f743ccd5256c"
authors = ["Toby Driscoll <driscoll@udel.edu>"]
version = "0.1.0"
[deps]
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Interpolations = "0.12"
NLsolve = "4.4"
Plots = "1.4"
Polynomials = "1.0"
QuadGK = "2.3"
SpecialFunctions = "0.10"
julia = "1.0"