From 946922a29bd1bec5e4e18667d32925290a0f237b Mon Sep 17 00:00:00 2001 From: Tom Fearon <67373762+tf17270@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:36:10 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6185755..75e07b7 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -from skbuild import setup +from setuptools import setup from setuptools import find_packages # This line replaces 'from setuptools import setup' import os import sys