Skip to content

Commit 2f7a739

Browse files
committed
fix: typo
1 parent 59c18db commit 2f7a739

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ requirements:
2828
{% if use_numpy_base %}
2929
- numpy-base
3030
{% else %}
31-
- numpy >= 1.26.4
31+
- numpy >=1.26.4
3232
{% endif %}
3333
- pip
3434
- wheel >=0.41.3
@@ -38,7 +38,7 @@ requirements:
3838
{% if use_numpy_base %}
3939
- numpy-base
4040
{% else %}
41-
- numpy >= 1.26.4
41+
- numpy >=1.26.4
4242
{% endif %}
4343

4444
test:

0 commit comments

Comments
 (0)