-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
31 lines (29 loc) · 1018 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
28
29
30
31
name = "ReactionNetworkEvolution"
uuid = "61220d1e-4cdb-4fc3-9e6c-02bd7f830b85"
authors = ["really-lilly <[email protected]>"]
version = "0.1.5"
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RoadRunner = "e916ade1-3a88-4cc2-a33a-2915d20637d9"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
ArgParse = "1.1"
CSV = "0.10"
Combinatorics = "1.0"
DataFrames = "1.6"
DifferentialEquations = "7.6"
Distributions = "0.25"
JSON = "0.21"
RoadRunner = "2.7"
Sundials = "4.15"
julia = "1.9"