Skip to content

Commit d3b8ed6

Browse files
committed
arcade-learning-environment: migrate to [email protected]
1 parent 5c2bddc commit d3b8ed6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Formula/a/arcade-learning-environment.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class ArcadeLearningEnvironment < Formula
2424
depends_on "pybind11" => :build
2525
depends_on "numpy"
2626
depends_on "opencv"
27-
depends_on "python@3.13"
27+
depends_on "python@3.14"
2828
depends_on "sdl2"
2929

3030
uses_from_macos "zlib"
@@ -46,17 +46,17 @@ class ArcadeLearningEnvironment < Formula
4646
end
4747

4848
resource "gymnasium" do
49-
url "https://files.pythonhosted.org/packages/fd/17/c2a0e15c2cd5a8e788389b280996db927b923410de676ec5c7b2695e9261/gymnasium-1.2.0.tar.gz"
50-
sha256 "344e87561012558f603880baf264ebc97f8a5c997a957b0c9f910281145534b0"
49+
url "https://files.pythonhosted.org/packages/b3/de/b923d09654df8f8ee29a3cc7ec7829ac057efd0d969cc3da0c8a7b219d59/gymnasium-1.2.1.tar.gz"
50+
sha256 "4e6480273528523a90b3db99befb6111b13f15fa0866de88c4b675770495b66c"
5151
end
5252

5353
resource "typing-extensions" do
54-
url "https://files.pythonhosted.org/packages/98/5a/da40306b885cc8c09109dc2e1abd358d5684b1425678151cdaed4731c822/typing_extensions-4.14.1.tar.gz"
55-
sha256 "38b39f4aeeab64884ce9f74c94263ef78f3c22467c8724005483154c26648d36"
54+
url "https://files.pythonhosted.org/packages/72/94/1a15dd82efb362ac84269196e94cf00f187f7ed21c242792a923cdb1c61f/typing_extensions-4.15.0.tar.gz"
55+
sha256 "0cea48d173cc12fa28ecabc3b837ea3cf6f38c6d1136f85cbaaf598984861466"
5656
end
5757

5858
def python3
59-
"python3.13"
59+
"python3.14"
6060
end
6161

6262
def install

0 commit comments

Comments
 (0)