-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
108 lines (107 loc) · 2.59 KB
/
pyproject.toml
File metadata and controls
108 lines (107 loc) · 2.59 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
[project]
name = "psynlp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"annotated-types==0.7.0",
"beautifulsoup4==4.14.2",
"blinker==1.9.0",
"blis==1.3.0",
"brotli==1.1.0",
"catalogue==2.0.10",
"certifi==2025.10.5",
"cffi==2.0.0",
"charset-normalizer==3.4.4",
"click==8.3.0",
"cloudpathlib==0.23.0",
"confection==0.1.5",
"cssselect2==0.8.0",
"customtkinter==5.2.2",
"cymem==2.0.11",
"darkdetect==0.8.0",
"diskcache==5.6.3",
"en-core-web-sm",
"filelock==3.20.0",
"flask==3.1.2",
"fonttools==4.60.1",
"fsspec==2025.9.0",
"hf-xet==1.1.10",
"huggingface-hub==0.35.3",
"idna==3.11",
"itsdangerous==2.2.0",
"jinja2==3.1.6",
"joblib==1.5.2",
"langcodes==3.5.0",
"language-data==1.3.0",
"llama-cpp-python==0.3.16",
"lxml==6.0.2",
"marisa-trie==1.3.1",
"markdown==3.9",
"markdown-it-py==4.0.0",
"markupsafe==3.0.3",
"mdurl==0.1.2",
"mpmath==1.3.0",
"murmurhash==1.0.13",
"networkx==3.5",
"nltk==3.9.2",
"numpy==2.3.4",
"packaging==25.0",
"pandas==2.3.3",
"pillow==11.3.0",
"preshed==3.0.10",
"psutil==7.1.0",
"pycparser==2.23",
"pydantic==2.12.2",
"pydantic-core==2.41.4",
"pydyf==0.11.0",
"pygments==2.19.2",
"pyphen==0.17.2",
"python-dateutil==2.9.0.post0",
"python-docx==1.2.0",
"pytz==2025.2",
"pyyaml==6.0.3",
"regex==2025.9.18",
"requests==2.32.5",
"rich==14.2.0",
"safetensors==0.6.2",
"scikit-learn==1.7.2",
"scipy==1.16.2",
"sentence-transformers==5.1.1",
"setuptools==80.9.0",
"shellingham==1.5.4",
"six==1.17.0",
"smart-open==7.3.1",
"soupsieve==2.8",
"spacy==3.8.7",
"spacy-legacy==3.0.12",
"spacy-loggers==1.0.5",
"srsly==2.5.1",
"streamlit>=1.51.0",
"sympy==1.14.0",
"thinc==8.3.6",
"threadpoolctl==3.6.0",
"tinycss2==1.4.0",
"tinyhtml5==2.0.0",
"tkinterdnd2==0.4.3",
"tokenizers==0.22.1",
"torch==2.8.0",
"tqdm==4.67.1",
"transformers==4.57.1",
"typer==0.19.2",
"typing-extensions==4.15.0",
"typing-inspection==0.4.2",
"tzdata==2025.2",
"urllib3==2.5.0",
"wasabi==1.1.3",
"watchdog>=6.0.0",
"weasel==0.4.1",
"weasyprint==66.0",
"webencodings==0.5.1",
"werkzeug==3.1.3",
"wrapt==1.17.3",
"zopfli==0.2.3.post1",
]
[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" }