1
0
Fork 0
mirror of https://gitlab.rlp.net/mobitar/ReCo.jl.git synced 2024-09-17 18:51:17 +00:00
ReCo.jl/Project.toml

28 lines
1.1 KiB
TOML
Raw Normal View History

2021-12-02 22:13:54 +00:00
name = "ReCo"
uuid = "b25f7548-fcc9-4c91-bc24-841b54f4dd54"
authors = ["MoBit <mo8it@protonmail.com>"]
version = "0.1.0"
2021-11-10 14:41:04 +00:00
[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
2021-11-20 13:15:22 +00:00
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
2021-11-10 23:24:07 +00:00
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
2021-12-02 22:13:54 +00:00
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
2021-11-10 14:41:04 +00:00
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
2021-11-17 18:47:05 +00:00
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
2021-11-10 14:41:04 +00:00
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
2021-11-19 00:21:41 +00:00
LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890"
2021-12-02 22:13:54 +00:00
Luxor = "ae8d54c2-7ccd-5906-9d76-62fc9837b5bc"
2021-11-10 14:41:04 +00:00
ProfileView = "c46f51b8-102a-5cf2-8d2c-8597cb0e0da7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
2021-12-02 22:13:54 +00:00
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
2021-11-23 00:35:36 +00:00
ReinforcementLearning = "158674fc-8238-5cab-b5ba-03dfc80d1318"
2021-11-10 14:41:04 +00:00
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2021-12-02 22:13:54 +00:00
[compat]
julia = "1.6"