File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ class ArcadeLearningEnvironment < Formula
3
3
4
4
desc "Platform for AI research"
5
5
homepage "https://github.com/Farama-Foundation/Arcade-Learning-Environment"
6
- url "https://github.com/Farama-Foundation/Arcade-Learning-Environment/archive/refs/tags/v0.10.2 .tar.gz"
7
- sha256 "901a2dd3a5709361d5e6f95eb4798a749870c924a549c20b516b12da4fa43457 "
6
+ url "https://github.com/Farama-Foundation/Arcade-Learning-Environment/archive/refs/tags/v0.11.0 .tar.gz"
7
+ sha256 "300717009d18c784bf4b407f608e269d7c87e40769c277206230011352e65b97 "
8
8
license "GPL-2.0-only"
9
9
head "https://github.com/Farama-Foundation/Arcade-Learning-Environment.git" , branch : "master"
10
10
@@ -24,6 +24,7 @@ class ArcadeLearningEnvironment < Formula
24
24
depends_on "python-setuptools" => :build
25
25
depends_on macos : :catalina # requires std::filesystem
26
26
depends_on "numpy"
27
+ depends_on "opencv"
27
28
28
29
depends_on "sdl2"
29
30
You can’t perform that action at this time.
0 commit comments