diff --git a/pyproject.toml b/pyproject.toml index 7c724fff5..e2bab2db5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ build = [ "wheel", ] nuitka = [ - "nuitka<=2.8.9", + "nuitka<=4.0.1", ] [tool.setuptools.packages.find] diff --git a/requirements.txt b/requirements.txt index e7cee2a33..23700b32e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,4 +26,4 @@ pick # Build build wheel -nuitka<=2.8.9 +nuitka<=4.0.1