From 18387f1b872929a883742018d3063ab19c1fa386 Mon Sep 17 00:00:00 2001 From: Terence Tuhinanshu Date: Wed, 22 Sep 2021 15:35:00 -0400 Subject: [PATCH] Add missing file This was used in the 3.0.0 release, was missed from being committed to the repo. --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..6343425 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,7 @@ +[build-system] +requires = [ + "setuptools>=42", + "wheel>=0.31", + "twine>=1.11", + 'numba==0.54.0', +]