Skip to content

Instantly share code, notes, and snippets.

@then4p
Created September 2, 2022 12:30
Show Gist options
  • Save then4p/1329aa984e003d98c714151c8ed4fc72 to your computer and use it in GitHub Desktop.
Save then4p/1329aa984e003d98c714151c8ed4fc72 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "src"
version = "0.0.1"
description = ""
authors = ["Your Name <[email protected]>"]
[tool.poetry.dependencies]
python = "~3.9"
numpy = "*"
pandas="*"
pytest = "*"
typing-extensions = "^4.3.0"
torch = {url = "https://download.pytorch.org/whl/cu116/torch-1.12.1%2Bcu116-cp39-cp39-linux_x86_64.whl"}
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment