Skip to content

Instantly share code, notes, and snippets.

@mosauter
Created February 17, 2022 12:59
Show Gist options
  • Save mosauter/d41b141069230bddb8f23f21a7040229 to your computer and use it in GitHub Desktop.
Save mosauter/d41b141069230bddb8f23f21a7040229 to your computer and use it in GitHub Desktop.
Problematic pyproject.toml
[tool.poetry]
name = "yolox-test"
version = "0.1.0"
description = ""
authors = []
license = "MIT"
[tool.poetry.dependencies]
python = ">=3.8, <3.9"
yolox = { git = "https://github.com/Megvii-BaseDetection/YOLOX.git", rev = "2c2dd1397ab090b553c6e6ecfca8184fe83800e1" }
[build-system]
requires = ["poetry_core>=1.0.0", "setuptools"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment