Skip to content

Instantly share code, notes, and snippets.

View mosauter's full-sized avatar

Moritz Sauter mosauter

  • Karlsruhe, Germany
View GitHub Profile
@mosauter
mosauter / pyproject.toml
Created February 17, 2022 12:59
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" }