package require -exact vtkrendering @VTK_MAJOR_VERSION@.@VTK_MINOR_VERSION@

if {[info commands ::vtk::init::require_package] != ""} {
  if {[::vtk::init::require_package vtkChemistryTCL @VTK_MAJOR_VERSION@.@VTK_MINOR_VERSION@]} {
    package provide vtkchemistry @VTK_MAJOR_VERSION@.@VTK_MINOR_VERSION@
  }
} else {
  if {[info commands vtkPeriodTable] != "" ||
    [::vtk::load_component vtkChemistryTCL] == ""} {
    package provide vtkchemistry @VTK_MAJOR_VERSION@.@VTK_MINOR_VERSION@
  }
}
