Skip to content

Commit

Permalink
update pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
h0rv committed May 4, 2024
1 parent cc3bf37 commit 78afb3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "llm-watsonx"
version = "0.1.0"
description = "LLM plugin for IBM watsonx models"
readme = "README.md"
authors = [{name = "h0rv"}]
authors = [{name = "Robby Horvath"}]
license = {text = "Apache-2.0"}
classifiers = [
"License :: OSI Approved :: Apache Software License"
Expand All @@ -12,7 +12,7 @@ dependencies = [
"llm",
"ibm-watsonx-ai>=1.0.1",
]
requires-python = ">3.7"
requires-python = ">=3.10"

[project.optional-dependencies]
test = ["pytest"]
Expand Down

0 comments on commit 78afb3c

Please sign in to comment.