mirror of
https://github.com/SamurAIGPT/llm-wiki-agent.git
synced 2026-07-03 02:47:03 +00:00
Added python ceiling to 3.14.
This commit is contained in:
parent
54f26eb92a
commit
e8949d416b
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ authors = [
|
|||
{name = "Your Name",email = "you@example.com"}
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
requires-python = ">=3.10,<3.14"
|
||||
dependencies = [
|
||||
"markitdown[all] (>=0.1.5,<0.2.0)",
|
||||
"tqdm (>=4.67.3,<5.0.0)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue