fixing py tutorials
fixing runtime errors introduced by updating to pybind 2.2
This commit is contained in:
@@ -13,7 +13,7 @@ sys.path.insert(0, os.getcwd() + "/../")
|
||||
import pyigl as igl
|
||||
from shared import TUTORIAL_SHARED_PATH, check_dependencies
|
||||
|
||||
dependencies = ["viewer"]
|
||||
dependencies = ["glfw"]
|
||||
check_dependencies(dependencies)
|
||||
|
||||
# Input mesh
|
||||
|
||||
Reference in New Issue
Block a user