# basics
setuptools
wheel
# PyTorch
torch>=1.0.1
# progress bars in model download and training scripts
tqdm
# Accessing files from S3 directly.
boto3
# Used for downloading models over HTTP
requests
# Scipy & sklearn for stats in run_classifier
scipy
sklearn
# Metrics or logging related
seqeval
mlflow==1.0.0
# huggingface repository
pytorch-transformers==1.0.0
# accessing dictionary elements with dot notation
dotmap==1.3.0
# for inference-rest-apis
flask
flask-restplus
flask-cors
