Skip to content

Commit 18541d2

Browse files
committed
hot fix for conda CI build
1 parent cbb9800 commit 18541d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

conda-recipe/meta.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ build:
1010
noarch: python
1111

1212
requirements:
13-
14-
host:
13+
build:
1514
- python>=3.7
15+
- rogue
1616
- git
1717
- gitpython
18+
- numpy
1819

1920
run:
2021
- python>=3.7
@@ -26,4 +27,3 @@ about:
2627
license: SLAC Open License
2728
license_file: LICENSE.txt
2829
summary: SLAC Ultimate RTL Framework
29-

0 commit comments

Comments
 (0)