Skip to content

Commit

Permalink
CompatHelper: bump compat for POMDPs to 1, (keep existing compat) (#70)
Browse files Browse the repository at this point in the history
* CompatHelper: bump compat for POMDPs to 1, (keep existing compat)

* Update compat for POMDPTools and version bump

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Dylan Asmar <[email protected]>
  • Loading branch information
3 people authored Jun 14, 2024
1 parent e62ac76 commit bdaa6cb
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,7 +1,7 @@
name = "DeepQLearning"
uuid = "de0a67f4-c691-11e8-0034-5fc6e16e22d3"
repo = "https://github.com/JuliaPOMDP/DeepQLearning.jl"
version = "0.7.0"
version = "0.7.1"

[deps]
BSON = "fbb218c0-5317-5bc6-957e-2ee96dd4b1f0"
Expand All @@ -24,8 +24,8 @@ CommonRLInterface = "0.2, 0.3"
EllipsisNotation = "1"
Flux = "0.14"
POMDPLinter = "0.1"
POMDPTools = "0.1"
POMDPs = "0.9"
POMDPTools = "0.1, 1"
POMDPs = "0.9, 1"
Parameters = "0.12"
StatsBase = "0.32, 0.33, 0.34"
TensorBoardLogger = "0.1"
Expand Down

2 comments on commit bdaa6cb

@dylan-asmar
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

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/108992

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

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:

git tag -a v0.7.1 -m "<description of version>" bdaa6cba90d27b21124004ba151465a7af3a5bf3
git push origin v0.7.1

Please sign in to comment.