18 lines
386 B
TOML
18 lines
386 B
TOML
[project]
|
|
name = "wydt"
|
|
version = "0.1.0"
|
|
description = "watcha doin' there? Your own digital invigilator making sure you're not distracted"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"transformers<5.3.0",
|
|
"accelerate",
|
|
"pillow<=11.0.0",
|
|
"pip>=26.0.1",
|
|
"torch>=2.10.0",
|
|
"einops>=0.8.2",
|
|
"sentencepiece>=0.2.1",
|
|
"requests>=2.32.5",
|
|
"jsonschema>=4.26.0",
|
|
]
|