trismik 1.0.2__py3-none-any.whl → 1.0.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.
@@ -1,29 +1,27 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: trismik
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary:
5
5
  License-File: LICENSE
6
6
  Author: Bartosz Kielczewski
7
7
  Author-email: bk352@cam.ac.uk
8
- Requires-Python: >=3.9, <3.14
8
+ Requires-Python: >=3.10
9
9
  Classifier: Programming Language :: Python :: 3
10
- Classifier: Programming Language :: Python :: 3.9
11
10
  Classifier: Programming Language :: Python :: 3.10
12
11
  Classifier: Programming Language :: Python :: 3.11
13
12
  Classifier: Programming Language :: Python :: 3.12
14
13
  Classifier: Programming Language :: Python :: 3.13
14
+ Classifier: Programming Language :: Python :: 3.14
15
15
  Provides-Extra: examples
16
16
  Requires-Dist: accelerate (>=1.7.0,<2.0.0) ; extra == "examples"
17
17
  Requires-Dist: httpx (>=0.27.2,<1.0.0)
18
18
  Requires-Dist: jupyterlab (>=4.4.8) ; extra == "examples"
19
19
  Requires-Dist: nest-asyncio (>=1.6.0,<2.0.0)
20
20
  Requires-Dist: notebook (>=7.4.4,<8.0.0) ; extra == "examples"
21
- Requires-Dist: openai (>=1.81.0,<2.0.0) ; extra == "examples"
22
- Requires-Dist: torch (>=2.8.0,<3.0.0) ; extra == "examples"
23
- Requires-Dist: torchaudio (>=2.7.0,<3.0.0) ; extra == "examples"
24
- Requires-Dist: torchvision (>=0.22.0,<1.0.0) ; extra == "examples"
21
+ Requires-Dist: openai (>=2.16.0,<3.0.0) ; extra == "examples"
22
+ Requires-Dist: torch (>=2.10.0,<3.0.0) ; (python_version < "3.15") and (extra == "examples")
25
23
  Requires-Dist: tqdm (>=4.67.1,<5.0.0) ; extra == "examples"
26
- Requires-Dist: transformers (>=4.51.3,<5.0.0) ; extra == "examples"
24
+ Requires-Dist: transformers (>=5.0.0,<6.0.0) ; extra == "examples"
27
25
  Description-Content-Type: text/markdown
28
26
 
29
27
  <h1 align="center"> Trismik SDK</h1>
@@ -12,7 +12,7 @@ trismik/_utils.py,sha256=ckOg4PEjbTPaSH_q7QSGdoML4Rn1G5TRcSMnEluYhHk,3818
12
12
  trismik/exceptions.py,sha256=2wb4_K7GdDf00s3xUaiSfw6718ZV3Eaa4M2lYbiEZl4,1945
13
13
  trismik/settings.py,sha256=ErXj3f9Uw1AgewytjxmIY7TmM5jB7RE_LJMp3T7szBY,419
14
14
  trismik/types.py,sha256=4ywSAKyifW8vMPex5aN1ASZAEPsRCYLz1zugjtzLgiw,7383
15
- trismik-1.0.2.dist-info/METADATA,sha256=H_PmP0dL01nnlMmTQ5A5nWALm2378rp6erWSkRJrmKY,9339
16
- trismik-1.0.2.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
17
- trismik-1.0.2.dist-info/licenses/LICENSE,sha256=tgetRhapGLh7ZxfknW6Mm-WobfziPd64nAK52X5XKaw,1077
18
- trismik-1.0.2.dist-info/RECORD,,
15
+ trismik-1.0.3.dist-info/METADATA,sha256=MIjvQAYkCo-fSCs21FkjC8c0_Gb4nXsmHs2kex5sD0Y,9234
16
+ trismik-1.0.3.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
17
+ trismik-1.0.3.dist-info/licenses/LICENSE,sha256=tgetRhapGLh7ZxfknW6Mm-WobfziPd64nAK52X5XKaw,1077
18
+ trismik-1.0.3.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.2.1
2
+ Generator: poetry-core 2.3.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any