Skip to content

Instantly share code, notes, and snippets.

@nlinker
Created November 19, 2018 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nlinker/130181762f02e087e707e08c6f7b81ec to your computer and use it in GitHub Desktop.
Save nlinker/130181762f02e087e707e08c6f7b81ec to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "mnist"
version = "0.1.0"
description = ""
authors = ["Nick Linker"]
[tool.poetry.dependencies]
python = "^3.6"
[tool.poetry.dev-dependencies]
pytest = "^3.0"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment