Skip to content

Instantly share code, notes, and snippets.

@Interpause
Created May 25, 2023 01:39
Show Gist options
  • Save Interpause/09bc5076c2fa52e13d7baa97a512c02e to your computer and use it in GitHub Desktop.
Save Interpause/09bc5076c2fa52e13d7baa97a512c02e to your computer and use it in GitHub Desktop.
Bug Report Poetry 1
[tool.poetry]
name = "til-23-cv"
version = "0.1.0"
description = ""
authors = ["Author <author@example.com>"]
readme = "README.md"
packages = [{include = "til_23_cv"}]
[tool.poetry.dependencies]
python = "^3.9"
torch = "^2.0.1"
torchvision = "^0.15.2"
[tool.poetry.group.dev.dependencies]
black = "^23.3.0"
isort = "^5.12.0"
pydocstyle = "^6.3.0"
mypy = "^1.3.0"
ipykernel = "^6.23.1"
ipywidgets = "^8.0.6"
matplotlib = "^3.7.1"
ipympl = "^0.9.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment