mirror of https://github.com/m-labs/artiq.git
remove stale dependency on pyelftools
This commit is contained in:
parent
cf465dae0c
commit
55b31244ed
|
@ -35,7 +35,6 @@ requirements:
|
||||||
- python >=3.5.1
|
- python >=3.5.1
|
||||||
- setuptools
|
- setuptools
|
||||||
- numpy
|
- numpy
|
||||||
- pyelftools
|
|
||||||
- binutils-or1k-linux
|
- binutils-or1k-linux
|
||||||
run:
|
run:
|
||||||
- python >=3.5.1
|
- python >=3.5.1
|
||||||
|
@ -49,7 +48,6 @@ requirements:
|
||||||
- h5py
|
- h5py
|
||||||
- dateutil
|
- dateutil
|
||||||
- pydaqmx
|
- pydaqmx
|
||||||
- pyelftools
|
|
||||||
- quamash
|
- quamash
|
||||||
- pyqtgraph
|
- pyqtgraph
|
||||||
- pygit2
|
- pygit2
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -13,7 +13,7 @@ if sys.version_info[:3] < (3, 5, 1):
|
||||||
|
|
||||||
requirements = [
|
requirements = [
|
||||||
"sphinx", "sphinx-argparse", "pyserial", "numpy", "scipy",
|
"sphinx", "sphinx-argparse", "pyserial", "numpy", "scipy",
|
||||||
"python-dateutil", "prettytable", "h5py", "pydaqmx", "pyelftools",
|
"python-dateutil", "prettytable", "h5py", "pydaqmx",
|
||||||
"quamash", "pyqtgraph", "pygit2", "aiohttp",
|
"quamash", "pyqtgraph", "pygit2", "aiohttp",
|
||||||
"llvmlite_artiq", "pythonparser", "python-Levenshtein",
|
"llvmlite_artiq", "pythonparser", "python-Levenshtein",
|
||||||
"lit", "OutputCheck",
|
"lit", "OutputCheck",
|
||||||
|
|
Loading…
Reference in New Issue