Loading pkgs/development/python-modules/ale-py/default.nix +13 −8 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ importlib-resources, numpy, typing-extensions, jax, # tests gymnasium, Loading @@ -33,14 +34,14 @@ buildPythonPackage rec { pname = "ale-py"; version = "0.11.0"; version = "0.11.1"; pyproject = true; src = fetchFromGitHub { owner = "Farama-Foundation"; repo = "Arcade-Learning-Environment"; tag = "v${version}"; hash = "sha256-RgFVpbjJp54FncQzFtdZM7p/1GBMsQ2HvLgIoaokiQc="; hash = "sha256-VrPc3i1VYuThKdQn/wimNzMHNmPIAdTxbh2tuJb4YJY="; }; build-system = [ Loading @@ -59,11 +60,15 @@ buildPythonPackage rec { opencv ]; dependencies = [ dependencies = [ gymnasium importlib-resources numpy typing-extensions ] ++ lib.optionals stdenv.hostPlatform.isLinux [ jax ]; postPatch = Loading Loading
pkgs/development/python-modules/ale-py/default.nix +13 −8 Original line number Diff line number Diff line Loading @@ -19,6 +19,7 @@ importlib-resources, numpy, typing-extensions, jax, # tests gymnasium, Loading @@ -33,14 +34,14 @@ buildPythonPackage rec { pname = "ale-py"; version = "0.11.0"; version = "0.11.1"; pyproject = true; src = fetchFromGitHub { owner = "Farama-Foundation"; repo = "Arcade-Learning-Environment"; tag = "v${version}"; hash = "sha256-RgFVpbjJp54FncQzFtdZM7p/1GBMsQ2HvLgIoaokiQc="; hash = "sha256-VrPc3i1VYuThKdQn/wimNzMHNmPIAdTxbh2tuJb4YJY="; }; build-system = [ Loading @@ -59,11 +60,15 @@ buildPythonPackage rec { opencv ]; dependencies = [ dependencies = [ gymnasium importlib-resources numpy typing-extensions ] ++ lib.optionals stdenv.hostPlatform.isLinux [ jax ]; postPatch = Loading