From 637cd74d94da50043c8ee5a7f5352889659f3c14 Mon Sep 17 00:00:00 2001 From: "Sean J. Taylor" Date: Tue, 18 Dec 2018 22:09:51 -0800 Subject: [PATCH] Deleting PEP 518 project file --- python/pyproject.toml | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 python/pyproject.toml diff --git a/python/pyproject.toml b/python/pyproject.toml deleted file mode 100644 index b69648a..0000000 --- a/python/pyproject.toml +++ /dev/null @@ -1,2 +0,0 @@ -[build-system] -requires = ["Cython>=0.22", "numpy>=1.10.0", "pystan>=2.14"]