update python version

This commit is contained in:
Michael Yang
2023-06-28 14:46:07 -07:00
parent 99ad4d0c9c
commit c90278bed4
3 changed files with 166 additions and 356 deletions

View File

@@ -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"