Remove a stray print statement in __init__.py.
Also declare a dependency of libglewegl.so on libOpenGL.so. PiperOrigin-RevId: 435071069 Change-Id: Ie1c7aedcb37523c4829b129d06738e570c5bc1a5
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ from setuptools import find_packages
|
||||
from setuptools import setup
|
||||
from setuptools.command import build_ext
|
||||
|
||||
__version__ = '2.1.2'
|
||||
__version__ = '2.1.2.post1'
|
||||
|
||||
MUJOCO_CMAKE = 'MUJOCO_CMAKE'
|
||||
MUJOCO_CMAKE_ARGS = 'MUJOCO_CMAKE_ARGS'
|
||||
|
||||
Reference in New Issue
Block a user