# install_requires
numpy>=1.20.0

# for Safe CMA-ES
torch
gpytorch

# visualization
matplotlib
scipy

# Fuzzing
hypothesis
atheris

# lint
mypy
flake8
black
