semantic-alignment / pyproject.toml
davoodwadi
run st
ce91adb
raw
history blame contribute delete
413 Bytes
[project]
name = "semantic-alignment"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"altair>=5.5.0",
"anthropic>=0.69.0",
"google-genai>=1.41.0",
"openai>=2.2.0",
"pandas>=2.3.3",
"plotly>=6.3.1",
"pyyaml>=6.0.3",
"sentence-transformers>=5.1.1",
"streamlit[charts]>=1.50.0",
"tqdm>=4.67.1",
]