We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d963f commit 9ebbcccCopy full SHA for 9ebbccc
Project.toml
@@ -1,7 +1,7 @@
1
name = "FundamentalsNumericalComputation"
2
uuid = "e48b7b93-d2a8-4750-aba7-f743ccd5256c"
3
authors = ["Toby Driscoll <[email protected]>"]
4
-version = "0.1.0"
+version = "0.2.0"
5
6
[deps]
7
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
@@ -16,3 +16,14 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
16
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
17
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
18
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
19
+
20
+[compat]
21
+julia = "1.0"
22
+Plots = "1.4"
23
+DifferentialEquations = "6.0"
24
+Polynomials = "1.0"
25
+NLsolve = "4.4"
26
+Interpolations = "0.12"
27
+DataFrames = "0.21"
28
+QuadGK = "2.3"
29
+SpecialFunctions = "0.10"
0 commit comments