From c3889366896f2f4e4bf30e84742cfa53226bc194 Mon Sep 17 00:00:00 2001 From: Parsiad Azimzadeh Date: Thu, 29 Aug 2024 19:34:18 -0400 Subject: [PATCH] Fix setup configuration --- setup.cfg | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a3bec93..e1caf8a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,12 +16,16 @@ classifiers = [options] install_requires = - tabulate + numpy package_dir = = src packages = find: python_requires = >= 3.6 +[options.extras_require] +gpu = + cupy + [options.packages.find] where = src