Skip to content

Commit

Permalink
Make it compatible with Adapt 4
Browse files Browse the repository at this point in the history
  • Loading branch information
joelreymont committed Feb 28, 2024
1 parent a7377a4 commit a5dab4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ReinforcementLearningTrajectories"
uuid = "6486599b-a3cd-4e92-a99a-2cea90cc8c3c"
version = "0.3.6"
version = "0.3.7"

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

[compat]
Adapt = "3"
Adapt = "3, 4"
CircularArrayBuffers = "0.1"
DataStructures = "0.18"
ElasticArrays = "1"
Expand Down

0 comments on commit a5dab4c

Please sign in to comment.