Skip to content

Commit 64e8788

Browse files
committed
test deps
1 parent c31a731 commit 64e8788

7 files changed

+7
-7
lines changed

ci/deps/azure-27-compat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
- numpy=1.12.0
1111
- openpyxl=2.5.5
1212
- pytables=3.4.2
13-
- python-dateutil=2.6.0
13+
- python-dateutil=2.5.0
1414
- python=2.7*
1515
- pytz=2013b
1616
- scipy=0.18.1

ci/deps/azure-macos-35.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ dependencies:
2525
# universal
2626
- pytest
2727
- pytest-xdist
28+
- python-dateutil==2.5.0
2829
- pip:
29-
- python-dateutil==2.6.0
3030
- hypothesis>=3.58.0

ci/deps/azure-windows-36.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- parquet-cpp
1515
- pyarrow
1616
- pytables
17-
- python-dateutil
17+
- python-dateutil=2.5.0
1818
- python=3.6.6
1919
- pytz
2020
- scipy

ci/deps/travis-27.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies:
2828
- pytables
2929
- blosc=1.14.3
3030
- python-blosc
31-
- python-dateutil=2.6.0
31+
- python-dateutil=2.5.0
3232
- python=2.7*
3333
- pytz=2013b
3434
- s3fs

ci/deps/travis-36-doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies:
2727
- pyarrow
2828
- pyqt
2929
- pytables
30-
- python-dateutil
30+
- python-dateutil=2.5.0
3131
- python-snappy
3232
- python=3.6*
3333
- pytz

ci/deps/travis-37.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- botocore>=1.11
99
- cython>=0.28.2
1010
- numpy
11-
- python-dateutil
11+
- python-dateutil=2.5.0
1212
- nomkl
1313
- pyarrow
1414
- pytz

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
# required
77
- numpy>=1.15
88
- python=3
9-
- python-dateutil>=2.6.0
9+
- python-dateutil=2.5.0
1010
- pytz
1111

1212
# development

0 commit comments

Comments
 (0)