Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Portuguese
Size:
1K - 10K
License:
Andre Barbosa
commited on
Commit
·
1fdeff2
1
Parent(s):
ac78acc
add uv refence
Browse files- .gitignore +1 -0
- pyproject.toml +13 -0
.gitignore
CHANGED
@@ -1 +1,2 @@
|
|
1 |
uv.lock
|
|
|
|
1 |
uv.lock
|
2 |
+
.python-version
|
pyproject.toml
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
"tqdm>=4.67.1",
|
13 |
+
]
|