From c6cf41f94b701fb719d45cb1f64fb243bb15945a Mon Sep 17 00:00:00 2001 From: teutat3s Date: Thu, 19 Sep 2024 12:14:07 +0200 Subject: [PATCH] bench: relax hatchling dep version --- python/bench.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/bench.nix b/python/bench.nix index 638a9be..ad4e484 100644 --- a/python/bench.nix +++ b/python/bench.nix @@ -34,7 +34,7 @@ buildPythonPackage rec { format = "pyproject"; nativeBuildInputs = [ pythonRelaxDepsHook ]; - pythonRelaxDeps = [ "jinja2" "python-crontab" "semantic-version" ]; + pythonRelaxDeps = [ "jinja2" "python-crontab" "semantic-version" "hatchling" ]; buildInputs = [ hatchling