Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
CRAG / pyproject.toml
jchevallard's picture
Added script to create subsamples
0e25589
raw
history blame
587 Bytes
[project]
name = "lejuge"
version = "0.1.0"
description = "Add your description here"
authors = [
{ name = "Jacopo Chevallard", email = "[email protected]" }
]
dependencies = [
"ipykernel>=6.29.5",
"pandas>=2.2.3",
"fastparquet>=2024.11.0",
"scikit-learn>=1.6.1",
]
readme = "README.md"
requires-python = ">= 3.11"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.rye]
managed = true
dev-dependencies = []
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["src/lejuge"]