Skip to content

Commit 17c522d

Browse files
committed
Remove noarch
1 parent b6198ba commit 17c522d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@ source:
99

1010
build:
1111
number: 0
12-
noarch: python
1312
script: {{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
1413

1514
requirements:
1615
host:
17-
- python=3
16+
- python {{ python }}
1817
- setuptools
1918
run:
20-
- python=3
19+
- python {{ python }}
2120
- pandas
2221

2322
test:

0 commit comments

Comments
 (0)