mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-09-01 20:33:48 +00:00
feat!: drop Python3.7 support (#4421)
* drop py3.7 * importlib-metadata
This commit is contained in:
parent
af02803cce
commit
c202866093
@ -12,7 +12,7 @@ dynamic = [
|
||||
description = "Neural Question Answering & Semantic Search at Scale. Use modern transformer based models like BERT to find answers in large document collections"
|
||||
readme = "README.md"
|
||||
license = "Apache-2.0"
|
||||
requires-python = ">=3.7"
|
||||
requires-python = ">=3.8"
|
||||
authors = [
|
||||
{ name = "deepset.ai", email = "malte.pietsch@deepset.ai" },
|
||||
]
|
||||
@ -40,14 +40,12 @@ classifiers = [
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Topic :: Scientific/Engineering :: Artificial Intelligence",
|
||||
]
|
||||
dependencies = [
|
||||
"importlib-metadata; python_version < '3.8'",
|
||||
"requests",
|
||||
"pydantic",
|
||||
"transformers[torch]==4.25.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user