You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: integrations/optimum/pyproject.toml
+2-8Lines changed: 2 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ name = "optimum-haystack"
7
7
dynamic = ["version"]
8
8
description = "Component to embed strings and Documents using models loaded with the HuggingFace Optimum library. This component is designed to seamlessly inference models using the high speed ONNX runtime."
9
9
readme = "README.md"
10
-
requires-python = ">=3.9"
10
+
requires-python = ">=3.10"
11
11
license = "Apache-2.0"
12
12
keywords = []
13
13
authors = [
@@ -18,15 +18,14 @@ classifiers = [
18
18
"License :: OSI Approved :: Apache Software License",
19
19
"Development Status :: 4 - Beta",
20
20
"Programming Language :: Python",
21
-
"Programming Language :: Python :: 3.9",
22
21
"Programming Language :: Python :: 3.10",
23
22
"Programming Language :: Python :: 3.11",
24
23
"Programming Language :: Python :: 3.12",
25
24
"Programming Language :: Python :: Implementation :: CPython",
26
25
"Programming Language :: Python :: Implementation :: PyPy",
27
26
]
28
27
dependencies = [
29
-
"haystack-ai",
28
+
"haystack-ai>=2.22.0",
30
29
"optimum[onnxruntime]>=1.21.0",
31
30
# The main export function of Optimum into ONNX has hidden dependencies.
32
31
# It depends on either "sentence-transformers", "diffusers" or "timm", based
0 commit comments