-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "POMDPTools" | ||
uuid = "7588e00f-9cae-40de-98dc-e0c70c48cdd7" | ||
authors = ["Zachary Sunberg <[email protected]> and contributors"] | ||
version = "0.1.5" | ||
version = "0.1.6" | ||
|
||
[deps] | ||
CommonRLInterface = "d842c3ba-07a1-494f-bbec-f5741b0a3e98" | ||
|
@@ -29,7 +29,7 @@ Distributions = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25" | |
NamedTupleTools = "0.13, 0.14" | ||
POMDPLinter = "0.1" | ||
POMDPModels = "0.4" | ||
POMDPs = "0.9" | ||
POMDPs = "0.9.6" | ||
Parameters = "0.12" | ||
ProgressMeter = "1" | ||
Reexport = "1" | ||
|
701cce9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register subdir=lib/POMDPTools
701cce9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/93914
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:
701cce9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@zsunberg , any particular reason you put in a specific POMDPs version for POMDPTools? Just trying to understand the compatibility requirements a bit more.
701cce9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dylan-asmar Yes - I made some changes to the
convert
defaults that POMDPTools now relies on: c55138f701cce9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, gotcah. Thanks!