Skip to content

Instantly share code, notes, and snippets.

@al1p
Created July 3, 2021 18:09
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 al1p/3c4bc90273427c8bc61332e4484ca8a7 to your computer and use it in GitHub Desktop.
Save al1p/3c4bc90273427c8bc61332e4484ca8a7 to your computer and use it in GitHub Desktop.
poetry add pandas error
[tool.poetry]
name = "test_pandasgui"
version = "0.1.0"
description = ""
authors = ["a <a@ooo.com>"]
[tool.poetry.dependencies]
python = "^3.9"
pandas = "^1.3.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment