28 lines
581 B
TOML
28 lines
581 B
TOML
[project]
|
|
name = "ai-sec"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"accelerate>=1.10.0",
|
|
"huggingface-hub>=0.30.0",
|
|
"ipywidgets>=8.1.0",
|
|
"jupyterlab>=4.2.0",
|
|
"matplotlib>=3.9.0",
|
|
"numpy>=2.0.0",
|
|
"safetensors>=0.8.0",
|
|
"scikit-learn>=1.9.0",
|
|
"scipy>=1.17.1",
|
|
"torch>=2.11.0",
|
|
"transformers>=5.0.0",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
torch = { index = "pytorch-cpu" }
|
|
|
|
[[tool.uv.index]]
|
|
name = "pytorch-cpu"
|
|
url = "https://download.pytorch.org/whl/cpu"
|
|
explicit = true
|