Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 587 Bytes
0e25589
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[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"]