forked from M-Labs/artiq
conda/phaser: build-depend on numpy
This commit is contained in:
parent
18e3f58c22
commit
ca636ef28a
|
@ -19,6 +19,7 @@ requirements:
|
|||
- binutils-or1k-linux >=2.27
|
||||
- rust-core-or1k
|
||||
- cargo
|
||||
- numpy
|
||||
run:
|
||||
- artiq {{ "{tag} py_{number}+git{hash}".format(tag=environ.get("GIT_DESCRIBE_TAG"), number=environ.get("GIT_DESCRIBE_NUMBER"), hash=environ.get("GIT_DESCRIBE_HASH")[1:]) if "GIT_DESCRIBE_TAG" in environ else "" }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue