Removing optional silo dependency.

This commit is contained in:
Patrick Shriwise 2018-10-07 18:35:40 -05:00
parent b8a845073b
commit a5b179525c

View file

@ -64,7 +64,7 @@ kwargs = {
# Optional dependencies
'extras_require': {
'test': ['pytest', 'pytest-cov'],
'vtk': ['vtk', 'silomesh'],
'vtk': ['vtk'],
},
}