python3Packages.gym: fix build
Tested by running one of their code examples
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user