forked from manuel-rhdt/PathWeightSampling.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
47 lines (45 loc) · 1.68 KB
/
Project.toml
File metadata and controls
47 lines (45 loc) · 1.68 KB
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
name = "PathWeightSampling"
uuid = "e595aebf-dd45-48e4-a6c3-f40ecff26dc3"
authors = ["Manuel Reinhardt <manuel.rhdt@gmail.com>"]
version = "0.1.0"
[deps]
Catalyst = "479239e8-5488-4da2-87a7-35f2df7eef83"
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
DiffEqJump = "c894b116-72e5-5b58-be3c-e6d8d4ac2b12"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
Transducers = "28d57a85-8fef-5791-bfe6-a80928e7c999"
[compat]
Catalyst = "10"
CommonSolve = "0.2.0"
DataFrames = "0.22, 1.0"
DiffEqBase = "6.74"
DiffEqJump = "6.12.1, 7, 8"
Distributions = "0.24, 0.25"
FastGaussQuadrature = "0.4.4"
HDF5 = "0.15"
ModelingToolkit = "7, 8"
ProgressMeter = "1.7.1"
RecipesBase = "1.0"
StaticArrays = "0.12, 1.0"
StatsBase = "0.33"
StatsFuns = "0.9"
Transducers = "0.4"
julia = "1.6"