Skip to content

Commit 2e421d9

Browse files
committed
update dependency
1 parent 5655e17 commit 2e421d9

File tree

4 files changed

+23
-12
lines changed

4 files changed

+23
-12
lines changed

Manifest.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -495,15 +495,15 @@ version = "0.2.0"
495495

496496
[[ReinforcementLearningBase]]
497497
deps = ["CUDAapi", "CuArrays", "Distributions", "MacroTools", "Random"]
498-
path = "/home/tj/workspace/github/ReinforcementLearningBase.jl/"
498+
git-tree-sha1 = "2ab070473e34f942dcf99a88af754f285e0319d7"
499499
uuid = "e575027e-6cd6-5018-9292-cdc6200d2b44"
500-
version = "0.5.0"
500+
version = "0.6.0"
501501

502502
[[ReinforcementLearningCore]]
503503
deps = ["Distributions", "MacroTools", "ProgressMeter", "Random", "ReinforcementLearningBase", "StatsBase"]
504-
path = "/home/tj/workspace/github/ReinforcementLearningCore/"
504+
git-tree-sha1 = "f39edd08a6e35dc4dc5ef4402256ee49ab0d3733"
505505
uuid = "de1b191a-4ae0-4afa-a27b-92d07f46b2d6"
506-
version = "0.1.0"
506+
version = "0.2.0"
507507

508508
[[Requires]]
509509
deps = ["UUIDs"]

Project.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,16 @@ ReinforcementLearningCore = "de1b191a-4ae0-4afa-a27b-92d07f46b2d6"
1717
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1818
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1919
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
20+
21+
[compat]
22+
julia = "1.3"
23+
DataStructures = "0.17"
24+
Distributions = "0.22"
25+
Flux = "0.10"
26+
MacroTools = "0.5"
27+
Plots = "0.29"
28+
Reexport = "0.2"
29+
ReinforcementLearningBase = "0.6"
30+
ReinforcementLearningCore = "0.2"
31+
StatsBase = "0.32"
32+
StatsPlots = "0.12"

notebooks/Manifest.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -501,15 +501,15 @@ version = "0.2.0"
501501

502502
[[ReinforcementLearningBase]]
503503
deps = ["CUDAapi", "CuArrays", "Distributions", "MacroTools", "Random"]
504-
path = "../../ReinforcementLearningBase.jl"
504+
git-tree-sha1 = "2ab070473e34f942dcf99a88af754f285e0319d7"
505505
uuid = "e575027e-6cd6-5018-9292-cdc6200d2b44"
506-
version = "0.5.0"
506+
version = "0.6.0"
507507

508508
[[ReinforcementLearningCore]]
509509
deps = ["Distributions", "MacroTools", "ProgressMeter", "Random", "ReinforcementLearningBase", "StatsBase"]
510-
path = "../../ReinforcementLearningCore"
510+
git-tree-sha1 = "f39edd08a6e35dc4dc5ef4402256ee49ab0d3733"
511511
uuid = "de1b191a-4ae0-4afa-a27b-92d07f46b2d6"
512-
version = "0.1.0"
512+
version = "0.2.0"
513513

514514
[[Requires]]
515515
deps = ["UUIDs"]
@@ -570,9 +570,9 @@ uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
570570

571571
[[StatsBase]]
572572
deps = ["DataAPI", "DataStructures", "LinearAlgebra", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics"]
573-
git-tree-sha1 = "c53e809e63fe5cf5de13632090bc3520649c9950"
573+
git-tree-sha1 = "be5c7d45daa449d12868f4466dbf5882242cf2d9"
574574
uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
575-
version = "0.32.0"
575+
version = "0.32.1"
576576

577577
[[StatsFuns]]
578578
deps = ["Rmath", "SpecialFunctions"]

notebooks/Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
33
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
44
ReinforcementLearningAnIntroduction = "02c1da58-b9a1-11e8-0212-f9611b8fe936"
5-
ReinforcementLearningBase = "e575027e-6cd6-5018-9292-cdc6200d2b44"
6-
ReinforcementLearningCore = "de1b191a-4ae0-4afa-a27b-92d07f46b2d6"
75
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
86
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
97
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"

0 commit comments

Comments
 (0)