setup: add comment to remove dependency

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
Alessandro Comodi 2021-03-15 17:33:47 +01:00
parent dc9060df22
commit fc196c7967
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ setuptools.setup(
'fasm',
'intervaltree',
'numpy',
# FIXME: remove dependency once https://github.com/SymbiFlow/prjxray/issues/1624
# is fixed
'pyjson5',
'pyyaml',
'simplejson',