This repository was archived by the owner on Jul 15, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProject.toml
More file actions
35 lines (31 loc) · 1.34 KB
/
Project.toml
File metadata and controls
35 lines (31 loc) · 1.34 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
name = "MakieRecipes"
uuid = "3c562d8e-4afa-4f1c-99bf-ad54af2b207f"
authors = ["Simon Danisch", "Anshul Singhvi <anshulsinghvi@gmail.com>"]
version = "0.1.0-DEV"
[deps]
AbstractPlotting = "537997a7-5e4e-5d89-9595-2241ea00577e"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
MakieLayout = "5a521ce4-ebb9-4793-b5b7-b334dfe8393c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
RecipesPipeline = "01d81517-befc-4cb6-b9ec-a95719d0359c"
[compat]
AbstractPlotting = "0.10, 0.11"
Colors = "0.9, 0.10, 0.11, 0.12"
MakieLayout = "0.4, 0.5, 0.6, 0.7, 0.8, 0.9"
RecipesBase = "1"
RecipesPipeline = "0.1"
julia = "1.1"
[extras]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
DiffEqNoiseProcess = "77a26b50-5914-5dd7-bc55-306e6241c503"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
GraphRecipes = "bd48cda9-67a9-57be-86fa-5b3c104eda73"
Literate = "98b081ad-f1c9-55d3-8b20-4c87d4299306"
MarketData = "945b72a4-3b13-509d-9b46-1525bb5c06de"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Phylo = "aea672f4-3940-5932-aa44-993d1c3ff149"
StochasticDiffEq = "789caeaf-c7a9-5a7d-9973-96adeb23e2a0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TimeSeries = "9e3dc215-6440-5c97-bce1-76c03772f85e"
[targets]
test = ["Test", "MarketData", "TimeSeries", "OrdinaryDiffEq", "StochasticDiffEq", "Phylo", "Literate", "CairoMakie", "GraphRecipes", "DiffEqNoiseProcess"]