Merge branch 'main' into process

This commit is contained in:
Tibo De Peuter 2025-12-11 23:16:25 +01:00
commit 4c8d603092
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
14 changed files with 393 additions and 109 deletions

View file

@ -5,8 +5,7 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"datasets>=3.2.0",
"huggingface_hub==0.27.0",
"datasets<4.0.0",
"fsspec==2024.9.0",
"lorem>=0.1.1",
"arithmeticencodingpython",
@ -22,6 +21,10 @@ dev = [
"torchdata==0.7.1",
"torchvision==0.24.0",
]
dataset = [
"biopython>=1.86",
"regex>=2025.11.3",
]
[tool.uv.sources]
arithmeticencodingpython = { git = "https://github.com/ahmedfgad/ArithmeticEncodingPython.git", rev = "60aad0528c57289218b241d75993574f31b90456" }