Archisman Karmakar
commited on
Commit
·
06506fb
1
Parent(s):
1e14785
added toml for more dep opts
Browse files- pyproject.toml +200 -0
pyproject.toml
ADDED
@@ -0,0 +1,200 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[project]
|
2 |
+
name = "tachygraphy-microtext-analysis-and-normalization"
|
3 |
+
version = "2025.03.16.post3"
|
4 |
+
description = ""
|
5 |
+
authors = [
|
6 |
+
{ name = "Archisman Karmakar", email = "[email protected]" },
|
7 |
+
]
|
8 |
+
readme = "README.md"
|
9 |
+
requires-python = ">=3.12"
|
10 |
+
dependencies = [
|
11 |
+
"numpy (==2.1.3)",
|
12 |
+
"torch (>=2.6.0,<3.0.0)",
|
13 |
+
"torchvision (>=0.21.0,<0.22.0)",
|
14 |
+
"tensorflow (>=2.19.0,<3.0.0)",
|
15 |
+
"pandas (>=2.2.3,<3.0.0)",
|
16 |
+
"openpyxl (>=3.1.5,<4.0.0)",
|
17 |
+
"streamlit (>=1.43.2,<2.0.0)",
|
18 |
+
"transformers (>=4.49.0,<5.0.0)",
|
19 |
+
"datasets (>=3.4.0,<4.0.0)",
|
20 |
+
"autograd (>=1.7.0,<2.0.0)",
|
21 |
+
"ipykernel (>=6.29.5,<7.0.0)",
|
22 |
+
"matplotlib (>=3.10.1,<4.0.0)",
|
23 |
+
"plotly (>=6.0.0,<7.0.0)",
|
24 |
+
"importlib (>=1.0.4,<2.0.0)",
|
25 |
+
"joblib (>=1.4.2,<2.0.0)",
|
26 |
+
"accelerate (>=1.5.2,<2.0.0)",
|
27 |
+
"peft (>=0.14.0,<0.15.0)",
|
28 |
+
"mpi4py (>=4.0.3,<5.0.0)",
|
29 |
+
"tiktoken (>=0.9.0,<0.10.0)",
|
30 |
+
"sentencepiece (>=0.2.0,<0.3.0)",
|
31 |
+
"bs4 (>=0.0.2,<0.0.3)",
|
32 |
+
"emoji (>=2.14.1,<3.0.0)",
|
33 |
+
"safetensors (>=0.5.3,<0.6.0)",
|
34 |
+
"lxml (>=5.3.1,<6.0.0)",
|
35 |
+
"evaluate (>=0.4.3,<0.5.0)",
|
36 |
+
"scipy (>=1.15.2,<2.0.0)",
|
37 |
+
"sacrebleu (>=2.5.1,<3.0.0)",
|
38 |
+
"rouge-score (>=0.1.2,<0.2.0)",
|
39 |
+
"scikit-learn (>=1.6.1,<2.0.0)",
|
40 |
+
"regex (>=2024.11.6,<2025.0.0)",
|
41 |
+
"pywin32 (>=309,<310)",
|
42 |
+
"pycurl (>=7.45.6,<8.0.0)",
|
43 |
+
"pillow (>=11.1.0,<12.0.0)",
|
44 |
+
"diffusers (>=0.32.2,<0.33.0)",
|
45 |
+
"onnx (>=1.17.0,<2.0.0)",
|
46 |
+
"keras (>=3.9.0,<4.0.0)",
|
47 |
+
"h2o (>=3.46.0.6,<4.0.0.0)",
|
48 |
+
"distributed (>=2025.2.0,<2026.0.0)",
|
49 |
+
"absl-py (>=2.1.0,<3.0.0)",
|
50 |
+
"aiohappyeyeballs (>=2.6.1,<3.0.0)",
|
51 |
+
"aiohttp (>=3.11.13,<4.0.0)",
|
52 |
+
"aiosignal (>=1.3.2,<2.0.0)",
|
53 |
+
"altair (>=5.5.0,<6.0.0)",
|
54 |
+
"anyio (>=4.8.0,<5.0.0)",
|
55 |
+
"asttokens (>=3.0.0,<4.0.0)",
|
56 |
+
"astunparse (>=1.6.3,<2.0.0)",
|
57 |
+
"attrs (>=25.3.0,<26.0.0)",
|
58 |
+
"beautifulsoup4 (>=4.13.3,<5.0.0)",
|
59 |
+
"blinker (>=1.9.0,<2.0.0)",
|
60 |
+
"build (>=1.2.2.post1,<2.0.0)",
|
61 |
+
"cachecontrol (>=0.14.2,<0.15.0)",
|
62 |
+
"cachetools (>=5.5.2,<6.0.0)",
|
63 |
+
"certifi (>=2025.1.31,<2026.0.0)",
|
64 |
+
"charset-normalizer (>=3.4.1,<4.0.0)",
|
65 |
+
"click (>=8.1.8,<9.0.0)",
|
66 |
+
"cloudpickle (>=3.1.1,<4.0.0)",
|
67 |
+
"colorama (>=0.4.6,<0.5.0)",
|
68 |
+
"comm (>=0.2.2,<0.3.0)",
|
69 |
+
"contourpy (>=1.3.1,<2.0.0)",
|
70 |
+
"cycler (>=0.12.1,<0.13.0)",
|
71 |
+
"dask (>=2025.2.0,<2026.0.0)",
|
72 |
+
"debugpy (>=1.8.13,<2.0.0)",
|
73 |
+
"decorator (>=5.2.1,<6.0.0)",
|
74 |
+
"distlib (>=0.3.9,<0.4.0)",
|
75 |
+
"dulwich (>=0.22.8,<0.23.0)",
|
76 |
+
"et-xmlfile (>=2.0.0,<3.0.0)",
|
77 |
+
"executing (>=2.2.0,<3.0.0)",
|
78 |
+
"fastjsonschema (>=2.21.1,<3.0.0)",
|
79 |
+
"filelock (>=3.18.0,<4.0.0)",
|
80 |
+
"findpython (>=0.6.3,<0.7.0)",
|
81 |
+
"flatbuffers (>=25.2.10,<26.0.0)",
|
82 |
+
"fonttools (>=4.56.0,<5.0.0)",
|
83 |
+
"frozenlist (>=1.5.0,<2.0.0)",
|
84 |
+
"gast (>=0.6.0,<0.7.0)",
|
85 |
+
"gitdb (>=4.0.12,<5.0.0)",
|
86 |
+
"gitpython (>=3.1.44,<4.0.0)",
|
87 |
+
"google-pasta (>=0.2.0,<0.3.0)",
|
88 |
+
"grpcio (>=1.71.0,<2.0.0)",
|
89 |
+
"h11 (>=0.14.0,<0.15.0)",
|
90 |
+
"h5py (>=3.13.0,<4.0.0)",
|
91 |
+
"httpcore (>=1.0.7,<2.0.0)",
|
92 |
+
"httpx (>=0.28.1,<0.29.0)",
|
93 |
+
"huggingface-hub (>=0.29.3,<0.30.0)",
|
94 |
+
"idna (>=3.10,<4.0)",
|
95 |
+
"importlib-metadata (>=8.6.1,<9.0.0)",
|
96 |
+
"installer (>=0.7.0,<0.8.0)",
|
97 |
+
"ipython (>=9.0.2,<10.0.0)",
|
98 |
+
"ipython-pygments-lexers (>=1.1.1,<2.0.0)",
|
99 |
+
"jaraco-classes (>=3.4.0,<4.0.0)",
|
100 |
+
"jaraco-context (>=6.0.1,<7.0.0)",
|
101 |
+
"jaraco-functools (>=4.1.0,<5.0.0)",
|
102 |
+
"jedi (>=0.19.2,<0.20.0)",
|
103 |
+
"jinja2 (>=3.1.6,<4.0.0)",
|
104 |
+
"jsonschema (>=4.23.0,<5.0.0)",
|
105 |
+
"jsonschema-specifications (>=2024.10.1,<2025.0.0)",
|
106 |
+
"jupyter-client (>=8.6.3,<9.0.0)",
|
107 |
+
"jupyter-core (>=5.7.2,<6.0.0)",
|
108 |
+
"kagglehub (>=0.3.10,<0.4.0)",
|
109 |
+
"keyring (>=25.6.0,<26.0.0)",
|
110 |
+
"kiwisolver (>=1.4.8,<2.0.0)",
|
111 |
+
"libclang (>=18.1.1,<19.0.0)",
|
112 |
+
"locket (>=1.0.0,<2.0.0)",
|
113 |
+
"markdown (>=3.7,<4.0)",
|
114 |
+
"markdown-it-py (>=3.0.0,<4.0.0)",
|
115 |
+
"markupsafe (>=3.0.2,<4.0.0)",
|
116 |
+
"matplotlib-inline (>=0.1.7,<0.2.0)",
|
117 |
+
"mdurl (>=0.1.2,<0.2.0)",
|
118 |
+
"ml-dtypes (>=0.5.1,<0.6.0)",
|
119 |
+
"more-itertools (>=10.6.0,<11.0.0)",
|
120 |
+
"mpmath (>=1.3.0,<2.0.0)",
|
121 |
+
"msgpack (>=1.1.0,<2.0.0)",
|
122 |
+
"multidict (>=6.1.0,<7.0.0)",
|
123 |
+
"namex (>=0.0.8,<0.0.9)",
|
124 |
+
"narwhals (>=1.30.0,<2.0.0)",
|
125 |
+
"nest-asyncio (>=1.6.0,<2.0.0)",
|
126 |
+
"networkx (>=3.4.2,<4.0.0)",
|
127 |
+
"nltk (>=3.9.1,<4.0.0)",
|
128 |
+
"opt-einsum (>=3.4.0,<4.0.0)",
|
129 |
+
"optree (>=0.14.1,<0.15.0)",
|
130 |
+
"packaging (>=24.2,<25.0)",
|
131 |
+
"parso (>=0.8.4,<0.9.0)",
|
132 |
+
"partd (>=1.4.2,<2.0.0)",
|
133 |
+
"pbs-installer (>=2025.3.11,<2026.0.0)",
|
134 |
+
"pkginfo (>=1.12.1.2,<2.0.0.0)",
|
135 |
+
"platformdirs (>=4.3.6,<5.0.0)",
|
136 |
+
"portalocker (>=3.1.1,<4.0.0)",
|
137 |
+
"prompt-toolkit (>=3.0.50,<4.0.0)",
|
138 |
+
"propcache (>=0.3.0,<0.4.0)",
|
139 |
+
"psutil (>=7.0.0,<8.0.0)",
|
140 |
+
"pure-eval (>=0.2.3,<0.3.0)",
|
141 |
+
"pyarrow (>=19.0.1,<20.0.0)",
|
142 |
+
"pydeck (>=0.9.1,<0.10.0)",
|
143 |
+
"pygments (>=2.19.1,<3.0.0)",
|
144 |
+
"pyparsing (>=3.2.1,<4.0.0)",
|
145 |
+
"pyproject-hooks (>=1.2.0,<2.0.0)",
|
146 |
+
"python-dateutil (>=2.9.0.post0,<3.0.0)",
|
147 |
+
"pytz (>=2025.1,<2026.0)",
|
148 |
+
"pywin32-ctypes (>=0.2.3,<0.3.0)",
|
149 |
+
"pyyaml (>=6.0.2,<7.0.0)",
|
150 |
+
"pyzmq (>=26.3.0,<27.0.0)",
|
151 |
+
"rapidfuzz (>=3.12.2,<4.0.0)",
|
152 |
+
"referencing (>=0.36.2,<0.37.0)",
|
153 |
+
"requests (>=2.32.3,<3.0.0)",
|
154 |
+
"requests-toolbelt (>=1.0.0,<2.0.0)",
|
155 |
+
"rich (>=13.9.4,<14.0.0)",
|
156 |
+
"rpds-py (>=0.23.1,<0.24.0)",
|
157 |
+
"sentence-transformers (>=3.4.1,<4.0.0)",
|
158 |
+
"setuptools (>=76.0.0,<77.0.0)",
|
159 |
+
"shellingham (>=1.5.4,<2.0.0)",
|
160 |
+
"six (>=1.17.0,<2.0.0)",
|
161 |
+
"smmap (>=5.0.2,<6.0.0)",
|
162 |
+
"sniffio (>=1.3.1,<2.0.0)",
|
163 |
+
"sortedcontainers (>=2.4.0,<3.0.0)",
|
164 |
+
"soupsieve (>=2.6,<3.0)",
|
165 |
+
"stack-data (>=0.6.3,<0.7.0)",
|
166 |
+
"tabulate (>=0.9.0,<0.10.0)",
|
167 |
+
"tblib (>=3.0.0,<4.0.0)",
|
168 |
+
"tenacity (>=9.0.0,<10.0.0)",
|
169 |
+
"tensorboard (>=2.19.0,<3.0.0)",
|
170 |
+
"tensorboard-data-server (>=0.7.2,<0.8.0)",
|
171 |
+
"termcolor (>=2.5.0,<3.0.0)",
|
172 |
+
"threadpoolctl (>=3.6.0,<4.0.0)",
|
173 |
+
"tokenizers (>=0.21.1,<0.22.0)",
|
174 |
+
"toml (>=0.10.2,<0.11.0)",
|
175 |
+
"tomlkit (>=0.13.2,<0.14.0)",
|
176 |
+
"toolz (>=1.0.0,<2.0.0)",
|
177 |
+
"tornado (>=6.4.2,<7.0.0)",
|
178 |
+
"tqdm (>=4.67.1,<5.0.0)",
|
179 |
+
"traitlets (>=5.14.3,<6.0.0)",
|
180 |
+
"trove-classifiers (>=2025.3.13.13,<2026.0.0.0)",
|
181 |
+
"typing-extensions (>=4.12.2,<5.0.0)",
|
182 |
+
"tzdata (>=2025.1,<2026.0)",
|
183 |
+
"urllib3 (>=2.3.0,<3.0.0)",
|
184 |
+
"virtualenv (>=20.29.3,<21.0.0)",
|
185 |
+
"watchdog (>=6.0.0,<7.0.0)",
|
186 |
+
"wcwidth (>=0.2.13,<0.3.0)",
|
187 |
+
"werkzeug (>=3.1.3,<4.0.0)",
|
188 |
+
"wheel (>=0.45.1,<0.46.0)",
|
189 |
+
"wrapt (>=1.17.2,<2.0.0)",
|
190 |
+
"xxhash (>=3.5.0,<4.0.0)",
|
191 |
+
"yarl (>=1.18.3,<2.0.0)",
|
192 |
+
"zict (>=3.0.0,<4.0.0)",
|
193 |
+
"zipp (>=3.21.0,<4.0.0)",
|
194 |
+
"zstandard (>=0.23.0,<0.24.0)",
|
195 |
+
]
|
196 |
+
|
197 |
+
|
198 |
+
[build-system]
|
199 |
+
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
200 |
+
build-backend = "poetry.core.masonry.api"
|