Skip to content

Instantly share code, notes, and snippets.

@yukw777
Last active October 25, 2022 16:09
Show Gist options
  • Save yukw777/ae1fa6d5338fe621fe3595aa9a9de1ed to your computer and use it in GitHub Desktop.
Save yukw777/ae1fa6d5338fe621fe3595aa9a9de1ed to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "test"
version = "0.1.0"
description = ""
authors = ["Peter Yu <2057325+yukw777@users.noreply.github.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "~3.9"
[[tool.poetry.source]]
name = "mmcv"
url = "https://download.openmmlab.com/mmcv/dist/cu113/torch1.12/index.html"
default = false
secondary = false
[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