Skip to content

Commit 83795a3

Browse files
committed
BLD: conda recipe uses numpy x.x, #11506
1 parent 5df693f commit 83795a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda.recipe/meta.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ requirements:
1212
build:
1313
- python
1414
- cython
15-
- numpy
15+
- numpy x.x
1616
- libpython # [py2k and win]
1717
- setuptools
1818
- pytz
1919
- python-dateutil
2020

2121
run:
2222
- python
23-
- numpy
23+
- numpy x.x
2424
- python-dateutil
2525
- pytz
2626

0 commit comments

Comments
 (0)