Delete files pyproject.toml with huggingface_hub
Browse files- pyproject.toml +0 -17
pyproject.toml
DELETED
|
@@ -1,17 +0,0 @@
|
|
| 1 |
-
[tool.poetry]
|
| 2 |
-
name = "lb-data-test"
|
| 3 |
-
version = "0.1.0"
|
| 4 |
-
description = ""
|
| 5 |
-
authors = ["Your Name <you@example.com>"]
|
| 6 |
-
readme = "README.md"
|
| 7 |
-
|
| 8 |
-
[tool.poetry.dependencies]
|
| 9 |
-
python = "^3.10"
|
| 10 |
-
datasets = "^3.2.0"
|
| 11 |
-
ipython = "^8.31.0"
|
| 12 |
-
numpy = "^1"
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
[build-system]
|
| 16 |
-
requires = ["poetry-core"]
|
| 17 |
-
build-backend = "poetry.core.masonry.api"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|