mirror of
https://github.com/tcsenpai/llm_rng_project.git
synced 2025-06-02 17:20:04 +00:00
12 lines
223 B
TOML
12 lines
223 B
TOML
[project]
|
|
name = "llm-rng-project"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"numpy>=2.2.1",
|
|
"ollama>=0.4.5",
|
|
"tqdm>=4.67.1",
|
|
]
|