forked from Jakab-Mate/MiCroSim.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (25 loc) · 883 Bytes
/
Project.toml
File metadata and controls
29 lines (25 loc) · 883 Bytes
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
name = "MiCroSim"
uuid = "6d88d2e0-0690-4b4f-abd5-e8c1ddbe3cc5"
authors = ["Jakab-Mate <mate.jakab@ecolres.hu> and contributors"]
version = "1.0.0-DEV"
[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MicrobiomeAnalysis = "09137a06-29c6-4e66-9476-ab7e4b8c7492"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
DifferentialEquations = "5.0.0 - 7.13.0"
Distributions = "^0.25.109"
MicrobiomeAnalysis = "^0.4.0"
Plots = "^1.40.4"
StatsBase = "^0.33.21"
julia = "^1.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]