Datasets:
[tool.poetry] | |
name = "notebook-error-dataset" | |
version = "0.1.0" | |
description = "" | |
authors = ["JetBrains Research"] | |
readme = "README.md" | |
[tool.poetry.dependencies] | |
python = "^3.10" | |
jupyter = "^1.0.0" | |
pandas = "^2.2.0" | |
tqdm = "^4.66.2" | |
matplotlib = "^3.8.3" | |
seaborn = "^0.13.2" | |
huggingface-hub = "^0.21.3" | |
python-dotenv = "^1.0.1" | |
datasets = "^2.17.1" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |