From e06fbc569c1a57aaa9f9700ad09c687d73fdbbcc Mon Sep 17 00:00:00 2001 From: Eleven Liu Date: Sat, 10 Feb 2024 10:09:07 +0800 Subject: [PATCH] Fix error classifier in setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5dc273b3..02301d77 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,7 +12,7 @@ project_urls = Documentation = https://www.csie.ntu.edu.tw/~cjlin/libmultilabel Source Code = https://github.com/ASUS-AICS/LibMultiLabel/ classifiers = - Environment :: GPU :: NVIDIA CUDA :: 12.1 + Environment :: GPU :: NVIDIA CUDA :: 12 :: 12.1 Environment :: GPU :: NVIDIA CUDA :: 11.8 Intended Audience :: Developers Intended Audience :: Education