# Conda is encouraged for training and development.
# Use the environment.yml file for the most up-to-date version.
# GPU support only works for products listed here: https://www.tensorflow.org/install/gpu
# Conda install "tensorflow-gpu" and make sure cudnn/cudatoolkit are installed.

# Functionality
matplotlib==3.3.0
numpy==1.19.0
pandas==1.1.0
pillow==7.2.0  # wandb requirement
scikit-image==0.17.2
scipy==1.5.0
tensorflow==2.2.1
wandb==0.9.4

# Development
bandit==1.6.2
black==19.10b0
mypy==0.782
pycodestyle==2.6.0
pydocstyle==5.0.2
pylint==2.5.3
safety==1.9.0
tox==3.16.1
