python3Packages.torcheval: disable auto-upgrade

This commit is contained in:
Benjamin Sparks
2025-11-11 12:46:17 +01:00
parent eaa6f93b80
commit 5d3ee5d1f0
@@ -13,6 +13,9 @@ let
pname = "torcheval";
version = "0.0.7";
in
# nixpkgs-update: no auto update
# upstream is missing the tag, so r-ryantm is attempting downgrades, e.g. #460611
buildPythonPackage {
inherit pname version;
pyproject = true;