python3Packages.gym: fix build
Tested by running one of their code examples (cherry picked from commit 13cef561850fc6ee01de09f945c0e6047c26ef3c)
This commit is contained in:
parent
0d70ff95e1
commit
43cea7b6e4
|
@ -29,6 +29,11 @@ buildPythonPackage rec {
|
|||
scipy
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "Pillow<=8.2.0" "Pillow"
|
||||
'';
|
||||
|
||||
# The test needs MuJoCo that is not free library.
|
||||
doCheck = false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue