Skip to content

Commit

Permalink
Move dependency to dev group
Browse files Browse the repository at this point in the history
  • Loading branch information
standsleeping committed Jul 3, 2024
1 parent 4b7d1d8 commit abeb1de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.10"
ollama = "^0.2.1"


[tool.poetry.group.dev.dependencies]
Expand All @@ -19,6 +18,7 @@ openai = "^1.35.8"
groq = "^0.9.0"
anthropic = "^0.30.1"
notebook = "^7.2.1"
ollama = "^0.2.1"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit abeb1de

Please sign in to comment.