diff --git a/conanfile.py b/conanfile.py index b3778c0899964ac42208cbd469af3de49a5c12c4..7f8bc51aace731cf816f188e9e606c507ab97dea 100644 --- a/conanfile.py +++ b/conanfile.py @@ -6,7 +6,7 @@ class OpenGeoSysConan(ConanFile): requires = \ "Boost/[>=1.56.0]@lasote/stable", \ "Shapelib/1.3.0@bilke/stable", \ - "VTK/[>=6.3]@bilke/stable", \ + "VTK/[>=6.3,<7.1]@bilke/stable", \ "Eigen3/3.2.8@bilke/stable", \ "libgeotiff/1.4.1@bilke/stable"