Skip to content

Commit

Permalink
Increase upper bound on python version
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Aug 24, 2023
1 parent 74d25d9 commit 6b772a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
packages = [{ include = "mfpbench" }]

[tool.poetry.dependencies]
python = ">=3.7.1,<=3.10"
python = ">=3.7.1,<=3.11"
pyyaml = "*"
tqdm = "*"
numpy = "1.*"
Expand Down

0 comments on commit 6b772a5

Please sign in to comment.