Datasets:
File size: 436 Bytes
fb4d4ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
[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"
|