Skip to content

Commit 58918ba

Browse files
committed
Merge pull request #11156 from jreback/dateutil
BLD: use python-dateutil in conda recipe
2 parents 9e7dc17 + 9f345a7 commit 58918ba

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
@@ -16,12 +16,12 @@ requirements:
1616
- libpython # [py2k and win]
1717
- setuptools
1818
- pytz
19-
- dateutil
19+
- python-dateutil
2020

2121
run:
2222
- python
2323
- numpy
24-
- dateutil
24+
- python-dateutil
2525
- pytz
2626

2727
test:

0 commit comments

Comments
 (0)