scitex 2.1.2__py3-none-any.whl → 2.1.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
scitex/__version__.py CHANGED
@@ -9,6 +9,6 @@ __FILE__ = "./src/scitex/__version__.py"
9
9
  __DIR__ = os.path.dirname(__FILE__)
10
10
  # ----------------------------------------
11
11
 
12
- __version__ = "2.1.2"
12
+ __version__ = "2.1.3"
13
13
 
14
14
  # EOF
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: scitex
3
- Version: 2.1.2
3
+ Version: 2.1.3
4
4
  Summary: A comprehensive Python library for scientific computing and data analysis
5
5
  Project-URL: Homepage, https://github.com/ywatanabe1989/scitex-code
6
6
  Project-URL: Documentation, https://scitex.readthedocs.io
@@ -47,6 +47,7 @@ Requires-Dist: matplotlib
47
47
  Requires-Dist: more-itertools
48
48
  Requires-Dist: natsort
49
49
  Requires-Dist: nest-asyncio
50
+ Requires-Dist: numcodecs
50
51
  Requires-Dist: numpy
51
52
  Requires-Dist: openpyxl
52
53
  Requires-Dist: packaging
@@ -100,11 +101,13 @@ Requires-Dist: crawl4ai; extra == 'all'
100
101
  Requires-Dist: einops; extra == 'all'
101
102
  Requires-Dist: fairscale; extra == 'all'
102
103
  Requires-Dist: fastapi; extra == 'all'
104
+ Requires-Dist: feedparser; extra == 'all'
103
105
  Requires-Dist: flask; extra == 'all'
104
106
  Requires-Dist: geom-median; extra == 'all'
105
107
  Requires-Dist: google-genai; extra == 'all'
106
108
  Requires-Dist: groq; extra == 'all'
107
109
  Requires-Dist: html2text; extra == 'all'
110
+ Requires-Dist: httpx; extra == 'all'
108
111
  Requires-Dist: imbalanced-learn; extra == 'all'
109
112
  Requires-Dist: ipdb; extra == 'all'
110
113
  Requires-Dist: ipykernel; extra == 'all'
@@ -122,6 +125,7 @@ Requires-Dist: papermill; extra == 'all'
122
125
  Requires-Dist: pdfplumber; extra == 'all'
123
126
  Requires-Dist: playwright>=1.40.0; extra == 'all'
124
127
  Requires-Dist: pybids; extra == 'all'
128
+ Requires-Dist: pydantic; extra == 'all'
125
129
  Requires-Dist: pyedflib; extra == 'all'
126
130
  Requires-Dist: pymed; extra == 'all'
127
131
  Requires-Dist: pymupdf; extra == 'all'
@@ -137,6 +141,7 @@ Requires-Dist: selenium; extra == 'all'
137
141
  Requires-Dist: sktime; extra == 'all'
138
142
  Requires-Dist: streamlit; extra == 'all'
139
143
  Requires-Dist: sympy; extra == 'all'
144
+ Requires-Dist: tenacity; extra == 'all'
140
145
  Requires-Dist: tensorpac; extra == 'all'
141
146
  Requires-Dist: torch; extra == 'all'
142
147
  Requires-Dist: torchaudio; extra == 'all'
@@ -144,6 +149,7 @@ Requires-Dist: torchsummary; extra == 'all'
144
149
  Requires-Dist: torchvision; extra == 'all'
145
150
  Requires-Dist: transformers; extra == 'all'
146
151
  Requires-Dist: umap-learn; extra == 'all'
152
+ Requires-Dist: watchdog; extra == 'all'
147
153
  Requires-Dist: webdriver-manager; extra == 'all'
148
154
  Requires-Dist: yq; extra == 'all'
149
155
  Provides-Extra: dev
@@ -231,9 +237,12 @@ Provides-Extra: scholar
231
237
  Requires-Dist: bibtexparser; extra == 'scholar'
232
238
  Requires-Dist: bs4; extra == 'scholar'
233
239
  Requires-Dist: crawl4ai; extra == 'scholar'
240
+ Requires-Dist: feedparser; extra == 'scholar'
234
241
  Requires-Dist: html2text; extra == 'scholar'
242
+ Requires-Dist: httpx; extra == 'scholar'
235
243
  Requires-Dist: pdfplumber; extra == 'scholar'
236
244
  Requires-Dist: playwright>=1.40.0; extra == 'scholar'
245
+ Requires-Dist: pydantic; extra == 'scholar'
237
246
  Requires-Dist: pymed; extra == 'scholar'
238
247
  Requires-Dist: pymupdf; extra == 'scholar'
239
248
  Requires-Dist: pypdf2; extra == 'scholar'
@@ -241,6 +250,8 @@ Requires-Dist: pytesseract; extra == 'scholar'
241
250
  Requires-Dist: python-docx; extra == 'scholar'
242
251
  Requires-Dist: scholarly; extra == 'scholar'
243
252
  Requires-Dist: selenium; extra == 'scholar'
253
+ Requires-Dist: tenacity; extra == 'scholar'
254
+ Requires-Dist: watchdog; extra == 'scholar'
244
255
  Requires-Dist: webdriver-manager; extra == 'scholar'
245
256
  Provides-Extra: web
246
257
  Requires-Dist: fastapi; extra == 'web'
@@ -1,7 +1,7 @@
1
1
  scitex/.mcp.json,sha256=ge1NDrBZkRIxJgx_tCS9QvcEa_P_ay8AAAafraZVRP4,1259
2
2
  scitex/__init__.py,sha256=CYknV77HxgjGWY-JoH2cV_-1DEKQn4rLJ_UrdprU9bo,3008
3
3
  scitex/__main__.py,sha256=Fwqh-_32e0EoiDZtwFHVH6e50lIQaLFWIvTnNqY52SU,4191
4
- scitex/__version__.py,sha256=bOiYEXqaHkkHly1CP8OB7cBYqGQbAXQPKnCyhvg4EBA,400
4
+ scitex/__version__.py,sha256=vNljwVFhgtm7fs3DZWsvFovxBQIBfS5xW6Uy451eEWo,400
5
5
  scitex/_optional_deps.py,sha256=oHwPdE6uJ4MmWNgt7JXojNtbwkUjR4c0mCCNMOK4k-w,3696
6
6
  scitex/_sh.py,sha256=KZGuc8dfWlFmBaTBAhngV0lcMvx6ActOgQxthk9EdjM,496
7
7
  scitex/errors.py,sha256=sgl1csU2sfHCINxO9jwPCdNA6hr-CqaT8tQMiuH93sQ,15247
@@ -2920,8 +2920,8 @@ scitex/writer/utils/__init__.py,sha256=wizvQZbOWHsNnkdDsB8J4-lPInRM3gDdwOCRg1fLI
2920
2920
  scitex/writer/utils/_parse_latex_logs.py,sha256=5prdAK-ZXV61S_B791Md_uVgJQqeZeDkyOyfZQJ4LC4,3146
2921
2921
  scitex/writer/utils/_parse_script_args.py,sha256=vVMQE-AHCs2Q2uVQDuZVN8N3Eft0sxuPtNmnyPXVgnc,4625
2922
2922
  scitex/writer/utils/_watch.py,sha256=qSBbwbeCPmXEWXn-ozCrar43rp664Wo65JzwIMWx7wE,2575
2923
- scitex-2.1.2.dist-info/METADATA,sha256=pcAgGfMo_5SJv4mzBvmUlliE_y8nkrcvzo58P-20PSs,26478
2924
- scitex-2.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
2925
- scitex-2.1.2.dist-info/entry_points.txt,sha256=jmgM0XEEIfCoMvwDSUNwRHBHaX_cfcJWQgi-lFc-BNU,48
2926
- scitex-2.1.2.dist-info/licenses/LICENSE,sha256=3_CIi-7xCaNza04OTL6-hRCOCmJJsDUymdVOy87p85U,1093
2927
- scitex-2.1.2.dist-info/RECORD,,
2923
+ scitex-2.1.3.dist-info/METADATA,sha256=SnTXHxxKdcGvN8xuXOT7r0vXtDMyhRPgW1AhTotfDt0,26921
2924
+ scitex-2.1.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
2925
+ scitex-2.1.3.dist-info/entry_points.txt,sha256=jmgM0XEEIfCoMvwDSUNwRHBHaX_cfcJWQgi-lFc-BNU,48
2926
+ scitex-2.1.3.dist-info/licenses/LICENSE,sha256=3_CIi-7xCaNza04OTL6-hRCOCmJJsDUymdVOy87p85U,1093
2927
+ scitex-2.1.3.dist-info/RECORD,,
File without changes