Skip to content

Commit

Permalink
fix: Update pysimdjson required version
Browse files Browse the repository at this point in the history
Newer version required for Python 3.12
  • Loading branch information
riddell-stan committed Apr 12, 2024
1 parent 3947c47 commit 81ed766
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 @@ -25,7 +25,7 @@ classifiers = [
python = "^3.9"
aiohttp = "^3.6"
httpstan = "~4.12"
pysimdjson = "^5.0.2"
pysimdjson = ">=5.0.2,<7"
numpy = "^1.19"
clikit = "^0.6"
setuptools = "*"
Expand Down

0 comments on commit 81ed766

Please sign in to comment.