| [project] | |
| name = "" | |
| version = "0.0.1" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "bertopic", | |
| "contractions", | |
| "en-core-web-sm", | |
| "hf-xet>=1.1.5", | |
| "joblib", | |
| "jupyterlab>=4.4.2", | |
| "langchain-core", | |
| "langchain-openai", | |
| "numpy", | |
| "openai", | |
| "pandas", | |
| "pip>=25.1.1", | |
| "pipreqs>=0.5.0", | |
| "plotly>=6.1.0", | |
| "python-dotenv", | |
| "scikit-learn", | |
| "sentence-transformers", | |
| "spacy", | |
| "streamlit", | |
| "streamlit-extras", | |
| "tabulate>=0.9.0", | |
| "torch", | |
| "tqdm", | |
| "watchdog>=6.0.0", | |
| ] | |
| [tool.uv] | |
| package = false | |
| [tool.uv.sources] | |
| en-core-web-sm = { url = "https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.8.0/en_core_web_sm-3.8.0-py3-none-any.whl" } | |