TrainRun.jl/Project.toml

25 lines
608 B
TOML
Raw Normal View History

2022-05-04 16:53:58 +02:00
name = "TrainRuns"
2021-10-13 16:49:42 +02:00
uuid = "e4541106-d44c-4e00-b50b-ecdf479fcf92"
authors = ["Max Kannenberg", "Martin Scheidt", "contributors"]
2022-09-01 11:01:23 +02:00
version = "1.0.2"
2021-10-13 16:49:42 +02:00
[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
2022-04-28 17:02:40 +02:00
JSONSchema = "7d188eb4-7ad8-530c-ae41-71a32a6d4692"
2022-05-12 16:32:15 +02:00
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
2021-10-13 16:49:42 +02:00
YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
2022-04-28 17:02:40 +02:00
[compat]
DataFrames = "^1"
JSONSchema = "^1"
YAML = "^0.4"
julia = "^1.6"
2022-04-28 17:02:40 +02:00
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]