| [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" | |