Skip to content

Commit

Permalink
fix pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
clavedeluna committed Oct 9, 2024
1 parent b28db32 commit 1184a6f
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 @@ -49,7 +49,7 @@ get-hashes = 'codemodder.scripts.get_hashes:main'

[project.optional-dependencies]
test = [
"azure-ai-inference<2",
"azure-ai-inference>=1.0.0b1,<2.0",
"coverage>=7.6,<7.7",
"coverage-threshold~=0.4",
"defusedxml==0.7.1",
Expand Down Expand Up @@ -88,7 +88,7 @@ openai = [
"openai>=1.50,<1.52",
]
azure = [
"azure-ai-inference<2",
"azure-ai-inference>=1.0.0b1,<2.0",
]

all = [
Expand Down

0 comments on commit 1184a6f

Please sign in to comment.