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:
Saran Tunyasuvunakool
2022-03-16 09:24:52 -07:00
parent 46500072e8
commit b44fe609e4
3 changed files with 3 additions and 4 deletions
+2 -2
View File
@@ -47,8 +47,8 @@ further detail on the package's API.
The `major.minor.micro` portion of the version number matches the version of
MuJoCo that the bindings provide. Optionally, if we release updates to the
Python bindings themselves that target the same version of MuJoCo, a `-rN`
suffix is added, for example `2.1.2-r2` represents the second update to the
Python bindings themselves that target the same version of MuJoCo, a `.postN`
suffix is added, for example `2.1.2.post2` represents the second update to the
bindings for MuJoCo 2.1.2.
## License and Disclaimer