Skip to content

Commit

Permalink
Merge pull request #25 from JuliaReinforcementLearning/tj/bump_version
Browse files Browse the repository at this point in the history
bump openspiel_jll version to 1.5
  • Loading branch information
findmyway committed Jul 2, 2024
2 parents 7a3c5e9 + 4fba5ee commit 7e5fc8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name = "OpenSpiel"
uuid = "ceb70bd2-fe3f-44f0-b81f-41608acaf2f2"
authors = ["Jun Tian <[email protected]>"]
version = "0.2.3"
version = "0.2.4"

[deps]
CxxWrap = "1f15a43c-97ca-5a2a-ae31-89f07a497df4"
OpenSpiel_jll = "bd10a763-4654-5023-a028-c4918c6cd33e"

[compat]
CxxWrap = "0.14"
OpenSpiel_jll = "1"
OpenSpiel_jll = "1.5"
julia = "1.6"

[extras]
Expand Down
5 changes: 5 additions & 0 deletions src/OpenSpiel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ using OpenSpiel_jll

import CxxWrap:argument_overloads

struct PlayerAction
player::Int32
action::Int64
end

@wrapmodule(OpenSpiel_jll.get_libspieljl_path)

include("patch.jl")
Expand Down

0 comments on commit 7e5fc8e

Please sign in to comment.