trismik 1.0.2__tar.gz → 1.0.3__tar.gz

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>
@@ -9,21 +9,19 @@ authors = [
9
9
  { name = "Marco Basaldella", email = "marco@trismik.com" }
10
10
  ]
11
11
  readme = "README.md"
12
- requires-python = ">=3.9, <3.14"
12
+ requires-python = ">=3.10"
13
13
  dependencies = [
14
14
  "httpx (>=0.27.2,<1.0.0)",
15
15
  "nest-asyncio (>=1.6.0,<2.0.0)",
16
16
  ]
17
- version = "1.0.2"
17
+ version = "1.0.3"
18
18
 
19
19
  [project.optional-dependencies]
20
20
  examples = [
21
- "transformers>=4.51.3,<5.0.0",
22
- "torch>=2.8.0,<3.0.0",
23
- "torchvision>=0.22.0,<1.0.0",
24
- "torchaudio>=2.7.0,<3.0.0",
21
+ "transformers>=5.0.0,<6.0.0",
22
+ "torch>=2.10.0,<3.0.0; python_version < '3.15'",
25
23
  "accelerate>=1.7.0,<2.0.0",
26
- "openai>=1.81.0,<2.0.0",
24
+ "openai>=2.16.0,<3.0.0",
27
25
  "notebook>=7.4.4,<8.0.0",
28
26
  "jupyterlab>=4.4.8",
29
27
  "tqdm>=4.67.1,<5.0.0"
@@ -65,7 +63,7 @@ asyncio_default_fixture_loop_scope = "class"
65
63
 
66
64
  [tool.black]
67
65
  line-length = 100
68
- target-version = ['py39']
66
+ target-version = ['py310']
69
67
  include = '\.pyi?$'
70
68
 
71
69
  [tool.isort]
@@ -74,7 +72,7 @@ line_length = 100
74
72
  multi_line_output = 3
75
73
 
76
74
  [tool.mypy]
77
- python_version = "3.9"
75
+ python_version = "3.10"
78
76
  warn_return_any = true
79
77
  warn_unused_configs = true
80
78
  disallow_untyped_defs = true
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes