# framework must-have
numpy>=1.18
torch>=1.3.0

# Config API
PyYAML>=5.1

# progress bar
tqdm>=4.33.0

# for future development:
# tensorboardX provides tensorboard support for any framework
# it's much easier to maintain one general tb provider
# rather than a bunch of framework-adapted alternatives
# and it's better than `tensorboard` ;)
tensorboardX<2.3.0>=2.1.0
