remove stale dependency on pyelftools

This commit is contained in:
Sebastien Bourdeauducq 2016-02-02 17:27:29 +01:00
parent cf465dae0c
commit 55b31244ed
2 changed files with 1 additions and 3 deletions

View File

@ -35,7 +35,6 @@ requirements:
- python >=3.5.1
- setuptools
- numpy
- pyelftools
- binutils-or1k-linux
run:
- python >=3.5.1
@ -49,7 +48,6 @@ requirements:
- h5py
- dateutil
- pydaqmx
- pyelftools
- quamash
- pyqtgraph
- pygit2

View File

@ -13,7 +13,7 @@ if sys.version_info[:3] < (3, 5, 1):
requirements = [
"sphinx", "sphinx-argparse", "pyserial", "numpy", "scipy",
"python-dateutil", "prettytable", "h5py", "pydaqmx", "pyelftools",
"python-dateutil", "prettytable", "h5py", "pydaqmx",
"quamash", "pyqtgraph", "pygit2", "aiohttp",
"llvmlite_artiq", "pythonparser", "python-Levenshtein",
"lit", "OutputCheck",