mirror of
https://github.com/ChanX21/Sigillum
synced 2026-04-21 15:47:55 +00:00
12 lines
251 B
TOML
12 lines
251 B
TOML
[project]
|
|
name = "embedding"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"flask>=3.1.0",
|
|
"torch>=2.7.0",
|
|
"torchvision>=0.22.0",
|
|
"transformers>=4.51.3",
|
|
]
|