abarbosa commited on
Commit
aeb3477
·
verified ·
1 Parent(s): 80f5022

Delete data file

Browse files
Files changed (1) hide show
  1. pyproject.toml +0 -14
pyproject.toml DELETED
@@ -1,14 +0,0 @@
1
- [project]
2
- name = "aes-enem-dataset"
3
- version = "0.1.0"
4
- description = "Add your description here"
5
- readme = "README.md"
6
- requires-python = ">=3.12"
7
- dependencies = [
8
- "beautifulsoup4>=4.12.3",
9
- "datasets>=3.2.0",
10
- "ipdb>=0.13.13",
11
- "pandas>=2.2.3",
12
- "ruff>=0.9.4",
13
- "tqdm>=4.67.1",
14
- ]