# These packages are optional for vis.
# Improved performance for pandas
numexpr>=2.2.2
Bottleneck>=0.7.0
# Required for "tables"
# cython>=0.19
# Additional output formats for pandas (HDF5 and Excel)
# NB: commented "tables" until we actually use HDF5
# tables>=3.0.0
openpyxl>=1.6.2
# Static analysis to make sure we don't make a hugebig mess.
pylint
