forked from iliailmer/ParameterEstimation.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
48 lines (46 loc) · 2.03 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name = "ParameterEstimation"
uuid = "b4cd1eb8-1e24-11e8-3319-93036a3eb9f3"
authors = ["Oren Bassik <[email protected]>", "Yosef Berman <[email protected]>", "Soo Go <[email protected]>", "Hoon Hong <[email protected]>", "Ilia Ilmer <[email protected]>", "Alexey Ovchinnikov <[email protected]>", "Christopher Rackauckas <[email protected]>", "Pedro Soto <[email protected]>", "Chee Yap <[email protected]>"]
version = "0.3.0"
[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
ArbNumerics = "7e558dbc-694d-5a72-987c-6f4ebed21442"
BaryRational = "91aaffc3-5777-4842-85b7-5d3d5d6a3494"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Groebner = "0b43b601-686d-58a3-8a1c-6623616c7cd4"
HomotopyContinuation = "f213a82b-91d6-5c5d-acf7-10f1c761b327"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
Nemo = "2edaba10-b0f1-5616-af89-8c11ac63239a"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
TaylorDiff = "b36ab563-344f-407b-a36a-4f200bebf99c"
TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestSetExtensions = "98d24dd4-01ad-11ea-1b02-c9a08f80db04"
[compat]
ArbNumerics = "1"
BaryRational = "1"
DifferentialEquations = "7"
ForwardDiff = "0.10"
Groebner = "0.2, 0.3, 0.4 - 0.8"
HomotopyContinuation = "2"
LinearSolve = "2"
ModelingToolkit = "8, 9"
Nemo = "0.42, 0.43"
OrderedCollections = "1"
PrecompileTools = "1"
ProgressMeter = "1"
Suppressor = "0.2"
Symbolics = "4, 5"
TaylorDiff = "0.2"
TaylorSeries = "0.12 - 0.30"
TestSetExtensions = "2,3"
julia = "1.9"