From 2f9e95f73e1eabb20a9050244cab1695357a19ab Mon Sep 17 00:00:00 2001 From: Jarek Potiuk Date: Tue, 2 Jul 2024 23:18:22 +0200 Subject: [PATCH] Upgrade to another version of trove-classifier (new CUDA classifiers) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 197e1463bcc28..0d5609bb049eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ requires = [ "pluggy==1.5.0", "smmap==5.0.1", "tomli==2.0.1; python_version < '3.11'", - "trove-classifiers==2024.7.1", + "trove-classifiers==2024.7.2", ] build-backend = "hatchling.build"