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

Commit c95deff

Browse files
committed
correct format in compat
1 parent 8e659ef commit c95deff

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Project.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ test = ["Test", "ArcadeLearningEnvironment", "ViZDoom", "PyCall", "Hanabi"]
2727

2828
[compat]
2929
julia = "1"
30-
Distributions <= "1"
31-
GR <= "1"
32-
POMDPModels <= "1"
33-
POMDPs <= "1"
34-
Reexport <= "1"
35-
Requires <= "1"
36-
StatsBase <= "1"
30+
Distributions = "^0"
31+
GR = "^0"
32+
POMDPModels = "^0"
33+
POMDPs = "^0"
34+
Reexport = "^0"
35+
Requires = "^0"
36+
StatsBase = "^0"

0 commit comments

Comments
 (0)