Skip to content

Commit 955bf5b

Browse files
Merge pull request #65 from joelreymont/main
Make it compatible with Adapt 4
2 parents a7377a4 + 50ea540 commit 955bf5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ReinforcementLearningTrajectories"
22
uuid = "6486599b-a3cd-4e92-a99a-2cea90cc8c3c"
3-
version = "0.3.6"
3+
version = "0.3.7"
44

55
[deps]
66
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
@@ -14,8 +14,8 @@ StackViews = "cae243ae-269e-4f55-b966-ac2d0dc13c15"
1414
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1515

1616
[compat]
17-
Adapt = "3"
18-
CircularArrayBuffers = "0.1"
17+
Adapt = "3, 4"
18+
CircularArrayBuffers = ">= 0.1.11"
1919
DataStructures = "0.18"
2020
ElasticArrays = "1"
2121
MacroTools = "0.5"

0 commit comments

Comments
 (0)