[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
pipenv-setup = "*"
black = "==19.10b0"
docformatter = "==1.3.1"
docstr-coverage = "*"
setuptools = "==41.0.0"
recommonmark = "*"
ruamel-yaml = "*"
pydoc-markdown = "*"
mkdocs-material = "*"
mypy = "*"
flake8 = "*"
pre-commit = "*"
gitpython = "*"
ipython = "*"

[packages]
gym = "*"
matplotlib = "*"
torchvision = "~=0.5.0"
tensorflow = "*"
tensorboardx = "*"
torch = "~=1.4.0"
networkx = "*"
Pillow = "==6.2.1"
setuptools = "*"
setproctitle = "*"
moviepy = "*"
filelock = "*"
pandas = "*"
seaborn = "*"
statsmodels = "*"
gym-minigrid = "*"
gin-config = "*"
babyai = {editable = true,git = "https://github.com/mila-iqia/babyai.git",ref = "007ce2c6e01e43fe6c06728ab845cd28f79e9cfc"}
localreg = "*"

[requires]
python_version = "3.6"
