lb-data-test / pyproject.toml
borgholt's picture
Upload folder using huggingface_hub
5193e15 verified
raw
history blame
318 Bytes
[tool.poetry]
name = "lb-data-test"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
datasets = "^3.2.0"
ipython = "^8.31.0"
numpy = "^1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"