From dc9060df224b79be32c886dd4e0ee0c19e47075b Mon Sep 17 00:00:00 2001 From: Alessandro Comodi Date: Mon, 15 Mar 2021 16:47:39 +0100 Subject: [PATCH] setup: remove non-required dependencies Signed-off-by: Alessandro Comodi --- setup.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/setup.py b/setup.py index 8388709b..d1388b58 100644 --- a/setup.py +++ b/setup.py @@ -25,21 +25,12 @@ setuptools.setup( url="https://github.com/SymbiFlow/prjxray", packages=['prjxray'], install_requires=[ - 'sdf-timing @ git+https://github.com/symbiflow/python-sdf-timing', - 'fasm @ git+https://github.com/symbiflow/fasm', + 'fasm', 'intervaltree', 'numpy', - 'openpyxl', - 'ordered-set', - 'parse', - 'progressbar2', 'pyjson5', - 'pytest', 'pyyaml', - 'scipy>=1.2.1', 'simplejson', - 'sympy', - 'textx', ], classifiers=[ "Programming Language :: Python :: 3",