Spaces:
Runtime error
Runtime error
burtenshaw
commited on
Commit
·
3a1bb5f
1
Parent(s):
dc616b0
add dependencies
Browse files- pyproject.toml +2 -0
pyproject.toml
CHANGED
|
@@ -6,6 +6,8 @@ readme = "README.md"
|
|
| 6 |
requires-python = ">=3.11"
|
| 7 |
dependencies = [
|
| 8 |
"datasets>=3.1.0",
|
|
|
|
|
|
|
| 9 |
]
|
| 10 |
|
| 11 |
[dependency-groups]
|
|
|
|
| 6 |
requires-python = ">=3.11"
|
| 7 |
dependencies = [
|
| 8 |
"datasets>=3.1.0",
|
| 9 |
+
"distilabel>=1.4.1",
|
| 10 |
+
"ipykernel>=6.29.5",
|
| 11 |
]
|
| 12 |
|
| 13 |
[dependency-groups]
|