Skip to content

Commit dfc2f82

Browse files
Bump flux compat (#935)
1 parent 102e35f commit dfc2f82

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/ReinforcementLearningCore/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ CircularArrayBuffers = "0.1"
3434
Crayons = "4"
3535
Distributions = "0.25"
3636
FillArrays = "0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 1"
37-
Flux = "0.13"
37+
Flux = "0.13, 0.14"
3838
Functors = "0.1, 0.2, 0.3, 0.4"
3939
Parsers = "2"
4040
ProgressMeter = "1"

src/ReinforcementLearningDatasets/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
2626
[compat]
2727
CodecZlib = "0.7"
2828
DataDeps = "0.7"
29-
Flux = "0.13"
29+
Flux = "0.13, 0.14"
3030
HDF5 = "0.15"
3131
ImageCore = "0.9"
3232
NPZ = "0.4"

src/ReinforcementLearningExperiments/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Weave = "44d3d7a6-8a23-5bf8-98c5-b353f8df5ec9"
1717

1818
[compat]
1919
Distributions = "0.25"
20-
Flux = "0.13"
20+
Flux = "0.13, 0.14"
2121
Reexport = "1"
2222
ReinforcementLearningBase = "0.12"
2323
ReinforcementLearningCore = "0.10, 0.11"

src/ReinforcementLearningZoo/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
2222
CUDA = "4"
2323
ChainRulesCore = "1"
2424
Distributions = "0.25"
25-
Flux = "0.13"
25+
Flux = "0.13, 0.14"
2626
Functors = "0.2, 0.3, 0.4"
2727
LogExpFunctions = "0.3"
2828
NNlib = "0.8, 0.9"

0 commit comments

Comments
 (0)