-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
50 lines (48 loc) · 1.29 KB
/
pyproject.toml
File metadata and controls
50 lines (48 loc) · 1.29 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
[project]
name = "tsetlinmachinesubjecttaggingpilot"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"beautifulsoup4==4.13.4",
"bs4==0.0.2",
"certifi==2025.7.9",
"charset-normalizer==3.4.2",
"idna==3.10",
"ipykernel>=6.30.1",
"ipython>=9.5.0",
"joblib==1.5.1",
"mako==1.3.10",
"markupsafe==3.0.2",
"matplotlib>=3.10.6",
"numpy==2.3.1",
"pandas==2.3.1",
"platformdirs==4.3.8",
"pycoalescedtsetlinmachinecuda",
"pycuda==2025.1.1",
"pysparsecoalescedtsetlinmachinecuda",
"python-dateutil==2.9.0.post0",
"pytools==2025.2.1",
"pytz==2025.2",
"requests==2.32.4",
"scikit-learn==1.7.0",
"scipy==1.16.0",
"seaborn>=0.13.2",
"setuptools==80.9.0",
"siphash24==1.7",
"six==1.17.0",
"soupsieve==2.7",
"threadpoolctl==3.6.0",
"tqdm==4.67.1",
"typing-extensions==4.14.1",
"tzdata==2025.2",
"urllib3==2.5.0",
]
[tool.uv.sources]
pycoalescedtsetlinmachinecuda = { path = "../../PyCoalescedTsetlinMachineCUDA/dist/pycoalescedtsetlinmachinecuda-0.1.9.tar.gz" }
pysparsecoalescedtsetlinmachinecuda = { git = "https://github.com/Mayur1009/PySparseCoalescedTsetlinMachineCUDA.git", branch = "dev" }
[dependency-groups]
dev = [
"ipykernel>=6.30.1",
]