Skip to content

Instantly share code, notes, and snippets.

@mbahri
Created September 22, 2021 15:36
Show Gist options
  • Save mbahri/e0f084f715178a3558d61dbc69b0a619 to your computer and use it in GitHub Desktop.
Save mbahri/e0f084f715178a3558d61dbc69b0a619 to your computer and use it in GitHub Desktop.
Poetry build time dependency example
[tool.poetry]
name = "test"
version = "0.1.0"
description = ""
authors = ["Mehdi Bahri <redacted@domain.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "3.7"
numpy = "^1.21.2"
mayavi = "^4.7.3"
[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