Blob Blame History Raw
From f60c1df1ac542d590ec9b41d85a31bda44070d84 Mon Sep 17 00:00:00 2001
From: Elliott Sales de Andrade <quantum.analyst@gmail.com>
Date: Sun, 22 Jul 2018 23:23:46 -0400
Subject: [PATCH 2/3] Remove extra requirements.

pybind11 is only needed at build time.

Signed-off-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/setup.py b/setup.py
index e7ed33b..5c4a331 100644
--- a/setup.py
+++ b/setup.py
@@ -216,7 +216,6 @@ setup(
     },
     install_requires=[
         "matplotlib>=2.2",
-        "pybind11>=2.2.3",
         "pycairo>=1.16.0; os_name == 'posix'",
     ],
 )
-- 
2.17.1