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

31 lines
1.2 KiB
TOML
Raw Normal View History

2022-01-14 11:28:47 +00:00
name = "ReCo"
2021-12-02 22:13:54 +00:00
uuid = "b25f7548-fcc9-4c91-bc24-841b54f4dd54"
authors = ["MoBit <mo8it@protonmail.com>"]
2022-01-13 16:18:35 +00:00
version = "0.2.0"
2021-12-02 22:13:54 +00:00
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-12-07 00:36:47 +00:00
CellListMap = "69e1c6dd-3888-40e6-b3c8-31ac5f578864"
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"
2021-12-12 23:19:18 +00:00
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
2021-11-10 14:41:04 +00:00
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
2021-12-11 18:21:56 +00:00
Intervals = "d8418881-c3e1-53bb-8760-2df7ec849ed5"
2021-11-10 14:41:04 +00:00
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
2021-11-17 18:47:05 +00:00
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
2021-11-10 14:41:04 +00:00
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
2021-12-07 00:36:47 +00:00
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
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
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2021-12-07 00:36:47 +00:00
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2021-12-02 22:13:54 +00:00
[compat]
2021-12-15 03:45:15 +00:00
julia = ">=1.7"