24 lines
499 B
TOML
24 lines
499 B
TOML
[project]
|
|
name = "interview-analysis"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"marimo>=0.18.0",
|
|
"modin[dask]>=0.37.1",
|
|
"numpy>=2.3.5",
|
|
"ollama>=0.6.1",
|
|
"openai>=2.9.0",
|
|
"openpyxl>=3.1.5",
|
|
"pandas>=2.3.3",
|
|
"pyzmq>=27.1.0",
|
|
"requests>=2.32.5",
|
|
"taguette>=1.5.1",
|
|
"wordcloud>=1.9.5",
|
|
]
|
|
|
|
|
|
[tool.uv.sources]
|
|
wordcloud = { git = "https://github.com/amueller/word_cloud.git" }
|