-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
26 lines (22 loc) · 864 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
name = "ODEParameterEstimation"
uuid = "482fc905-5656-4c69-b8fe-7a66cd0f77b3"
authors = ["Oren Bassik <[email protected]> and contributors"]
version = "1.0.0-DEV"
[deps]
BaryRational = "91aaffc3-5777-4842-85b7-5d3d5d6a3494"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
HomotopyContinuation = "f213a82b-91d6-5c5d-acf7-10f1c761b327"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
TaylorDiff = "b36ab563-344f-407b-a36a-4f200bebf99c"
[compat]
julia = "1.10"
TaylorDiff = "0.2.1"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]