Skip to content

Commit

Permalink
update supported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rogthefrog committed Jan 15, 2025
1 parent 6772b98 commit 22db317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/modelgauge_tests/data/install_pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = ""
authors = ["MLCommons AI Safety <[email protected]>"]

[tool.poetry.dependencies]
python = ">=3.10,<3.11"
python = ">=3.10,!=3.12.5,<3.13"
modelgauge = { version = "^0", extras = ["all_plugins"] }

[build-system]
Expand Down

0 comments on commit 22db317

Please sign in to comment.