Skip to content

Commit

Permalink
python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorpela committed Jan 2, 2024
1 parent cc446ef commit b44fa7a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 8 deletions.
40 changes: 34 additions & 6 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ readme = "README.md"
packages = [{include = "llmfoo", from = "src"}]

[tool.poetry.dependencies]
python = "^3.11"
python = "^3.10"
openai = "^1.3.7"


[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"

Expand Down

0 comments on commit b44fa7a

Please sign in to comment.