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

25 lines
844 B
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"
2022-04-05 01:25:07 +00:00
authors = ["MoBit <mo8it@protonmail.com>"]
2022-01-30 02:20:45 +00:00
version = "0.4.0"
2021-12-02 22:13:54 +00:00
2021-11-10 14:41:04 +00:00
[deps]
2021-12-07 00:36:47 +00:00
CellListMap = "69e1c6dd-3888-40e6-b3c8-31ac5f578864"
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-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"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
2021-12-07 00:36:47 +00:00
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2021-11-10 14:41:04 +00:00
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"
2022-04-05 01:25:07 +00:00
[compat]
julia = ">=1.7"
2021-12-02 22:13:54 +00:00
2022-03-07 20:06:58 +00:00
[extras]
CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"