borgholt commited on
Commit
333e350
·
verified ·
1 Parent(s): 274e7fc

Delete files pyproject.toml with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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"