Skip to content

Commit 4fc595b

Browse files
TomAugspurgerquintusdias
authored andcommitted
CI: Pin Python to 3.7.3 (pandas-dev#27868)
1 parent c00e03c commit 4fc595b

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

ci/deps/azure-37-locale.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies:
1717
- openpyxl
1818
- pytables
1919
- python-dateutil
20-
- python=3.7.*
20+
- python=3.7.3
2121
- pytz
2222
- s3fs
2323
- scipy

ci/deps/azure-37-numpydev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: pandas-dev
22
channels:
33
- defaults
44
dependencies:
5-
- python=3.7.*
5+
- python=3.7.3
66
- pytz
77
- Cython>=0.28.2
88
# universal

ci/deps/travis-37.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
- conda-forge
55
- c3i_test
66
dependencies:
7-
- python=3.7.*
7+
- python=3.7.3
88
- botocore>=1.11
99
- cython>=0.28.2
1010
- numpy

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
# required
77
- numpy>=1.15
8-
- python=3
8+
- python=3.7.3
99
- python-dateutil>=2.6.1
1010
- pytz
1111

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
numpy>=1.15
2+
python==3.7.3
23
python-dateutil>=2.6.1
34
pytz
45
asv

0 commit comments

Comments
 (0)