File size: 413 Bytes
a9f7e11
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ce91adb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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",
]