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

Commit

Permalink
add upper bound for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
findmyway committed Nov 2, 2019
1 parent 9d0ae36 commit 8e659ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +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"

2 comments on commit 8e659ef

@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.

Error while trying to register: "Error parsing project file"

Please sign in to comment.