mirror of
https://github.com/dogkeeper886/ollama37.git
synced 2025-12-19 20:27:01 +00:00
update python version
This commit is contained in:
@@ -8,7 +8,7 @@ packages = [{include = "ollama"}]
|
||||
scripts = {ollama = "ollama.cmd.cli:main"}
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
python = "^3.8"
|
||||
llama-cpp-python = "^0.1.66"
|
||||
jinja2 = "^3.1.2"
|
||||
|
||||
@@ -20,19 +20,6 @@ tqdm = "^4.65.0"
|
||||
[tool.poetry.extras]
|
||||
server = ["aiohttp", "aiohttp_cors"]
|
||||
|
||||
[tool.poetry.group.dev]
|
||||
optional = true
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
flake8 = "^6.0.0"
|
||||
|
||||
[tool.poetry.group.lsp]
|
||||
optional = true
|
||||
|
||||
[tool.poetry.group.lsp.dependencies]
|
||||
pyright = "^1.1.316"
|
||||
python-lsp-server = "^1.7.3"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
Reference in New Issue
Block a user