Skip to content

Instantly share code, notes, and snippets.

@ilkersigirci
Last active March 1, 2023 13:44
Show Gist options
  • Save ilkersigirci/b5d737b16614a2710b848b401a20362b to your computer and use it in GitHub Desktop.
Save ilkersigirci/b5d737b16614a2710b848b401a20362b to your computer and use it in GitHub Desktop.
Poetry Test
[tool.poetry]
name = "poetry_test"
version = "0.0.0"
description = "Poetry Test"
readme = "README.md"
[tool.poetry.build]
generate-setup-file = false
[tool.poetry.dependencies]
python = ">=3.8,<3.9"
# sktime = {version = "0.15.0", extras = ["all-extras", "dl"]}
[build-system]
requires = ["poetry-core==1.5.1"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment