# [required dependencies]
requests
tabulate

# [optional/integration dependencies]
# Commented out libraries below are used in h2o-py module or in demos
# but are not required to use the package: they may be necessary for some specific features (e.g. plotting)
# or to provide easy integration (e.g. pandas).
# They are listed here mainly for reference.

# [-authentication]
pykerberos >= 1.1.8, < 2.0.0; sys.platform != 'win32'
winkerberos >= 0.5.0; sys.platform == 'win32'
gssapi

# [-data science]
#numpy
#pandas
#scipy
#sklearn
#datatable
#pyarrow
#polars

# [-plotting]
#matplotlib
#mplot3d

# [-environment]
#ipython
#ipykernel

# [demos dependencies]
#termios; sys.platform != 'win32'
#msvcrt; sys.platform == 'win32'
