@@ -25,7 +25,7 @@ watchfiles = "^0.18.1"
jinja2 = "^3.1.2"
python-multipart = "^0.0.6"
plotly = "^5.13.0"
-orjson = "^3.8.6"
+orjson = {version = "^3.8.6", markers = "platform_machine != 'i386' and platform_machine != 'i686'"} # orjson does not support 32bit
[tool.poetry.group.dev.dependencies]
icecream = "^2.1.0"