Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dreadedhamish/55a1124306f739a6ddc3c67cd47404cc to your computer and use it in GitHub Desktop.
Save dreadedhamish/55a1124306f739a6ddc3c67cd47404cc to your computer and use it in GitHub Desktop.
pyproject.toml
[tool.poetry]
name = "testing-poetry-pandas"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
packages = [{include = "testing_poetry_pandas"}]
[tool.poetry.dependencies]
python = "^3.10"
pandas = "^2.0.3"
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.24.0"
[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