Fix viewer.py for Python 3.7 and 3.8.

PiperOrigin-RevId: 493301329
Change-Id: I44ffe5b33595d2dec7cd1aefbdd77d535901d894
This commit is contained in:
Saran Tunyasuvunakool
2022-12-06 07:35:11 -08:00
committed by Copybara-Service
parent 36641cdb2c
commit 0d608282dd
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ from setuptools import find_packages
from setuptools import setup
from setuptools.command import build_ext
__version__ = '2.3.1'
__version__ = '2.3.1.post1'
MUJOCO_CMAKE = 'MUJOCO_CMAKE'
MUJOCO_CMAKE_ARGS = 'MUJOCO_CMAKE_ARGS'