Merge branch 'main' into process
This commit is contained in:
commit
4c8d603092
14 changed files with 393 additions and 109 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Reference in a new issue