Created
February 17, 2022 12:59
-
-
Save mosauter/d41b141069230bddb8f23f21a7040229 to your computer and use it in GitHub Desktop.
Problematic pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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