Skip to content

Commit

Permalink
Merge pull request #65 from joelreymont/main
Browse files Browse the repository at this point in the history
Make it compatible with Adapt 4
  • Loading branch information
jeremiahpslewis authored Feb 28, 2024
2 parents a7377a4 + 50ea540 commit 955bf5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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,8 +14,8 @@ StackViews = "cae243ae-269e-4f55-b966-ac2d0dc13c15"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

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

0 comments on commit 955bf5b

Please sign in to comment.