From 7fa9c313ca6a270243d712596d67d8c7c8e9ede9 Mon Sep 17 00:00:00 2001 From: Rehan Guha Date: Sat, 27 Nov 2021 22:05:45 +0530 Subject: [PATCH] Added pyproject.toml file --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..3e165eb --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,2 @@ +[build-system] +requires = ['numpy', 'scikit-image', 'scipy', 'opencv-python', 'libsvm'] \ No newline at end of file