-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
44 lines (41 loc) · 998 Bytes
/
pyproject.toml
File metadata and controls
44 lines (41 loc) · 998 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[project]
name = "proxann"
version = "0.2.0"
description = ""
authors = [{ name = "Lorena Calvo-Bartolomé & Alexander Hoyle" }]
requires-python = ">=3.11,<4.0"
readme = "README.md"
license = { text = "MIT License" }
dependencies = [
"bertopic (==0.16.4)",
"boto3 (==1.35.97)",
"choix (==0.3.6)",
"dspy (==2.5.43)",
"flask (==3.1.0)",
"gensim (==4.3.3)",
"hdbscan (==0.8.40)",
"irrcac (==0.4.4)",
"joblib (==1.4.2)",
"kneed (==0.8.5)",
"matplotlib (==3.10.0)",
"networkx (==3.4.2)",
"ollama (==0.4.5)",
"openai (==1.59.6)",
"pandas (==2.2.3)",
"python-dotenv (==1.0.1)",
"pyyaml (==6.0.2)",
"requests (==2.32.3)",
"scikit-learn (==1.6.1)",
"sentence-transformers (==3.3.1)",
"tomotopy (==0.13.0)",
"torch (==2.5.1)",
"tqdm (==4.67.1)",
"pot (==0.9.5)",
]
[build-system]
requires = ["hatchling >= 1.26"]
build-backend = "hatchling.build"
[tool.hatch.build]
sources = ["src"]
[tool.uv]
package = false