Skip to content

Commit 235b951

Browse files
committed
arcade-learning-environment: use PyPI DSL
Signed-off-by: botantony <[email protected]>
1 parent 67e0113 commit 235b951

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Formula/a/arcade-learning-environment.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ class ArcadeLearningEnvironment < Formula
2828

2929
uses_from_macos "zlib"
3030

31+
pypi_packages exclude_packages: "numpy",
32+
extra_packages: "gymnasium"
33+
3134
# See https://github.com/Farama-Foundation/Arcade-Learning-Environment/blob/master/scripts/download_unpack_roms.sh
3235
resource "roms" do
3336
url "https://gist.githubusercontent.com/jjshoots/61b22aefce4456920ba99f2c36906eda/raw/00046ac3403768bfe45857610a3d333b8e35e026/Roms.tar.gz.b64"

0 commit comments

Comments
 (0)