Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Commit

Permalink
correct format in compat
Browse files Browse the repository at this point in the history
  • Loading branch information
findmyway committed Nov 2, 2019
1 parent 8e659ef commit c95deff
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ test = ["Test", "ArcadeLearningEnvironment", "ViZDoom", "PyCall", "Hanabi"]

[compat]
julia = "1"
Distributions <= "1"
GR <= "1"
POMDPModels <= "1"
POMDPs <= "1"
Reexport <= "1"
Requires <= "1"
StatsBase <= "1"
Distributions = "^0"
GR = "^0"
POMDPModels = "^0"
POMDPs = "^0"
Reexport = "^0"
Requires = "^0"
StatsBase = "^0"

2 comments on commit c95deff

@findmyway
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

Add more keyword parameters to AtariEnv.
Add upper bounds of dependencies.

@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 updated: JuliaRegistries/General/4977

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.3 -m "<description of version>" c95deffae1eadda4b0e602ecfdaf330bb3596b66
git push origin v0.1.3

Please sign in to comment.