Skip to content

Commit b154327

Browse files
meeseeksmachinejreback
authored andcommitted
Backport PR pandas-dev#27907: Revert 37 pins (pandas-dev#27917)
1 parent bc8bdae commit b154327

File tree

5 files changed

+4
-5
lines changed

5 files changed

+4
-5
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.3
20+
- python=3.7.*
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.3
5+
- python=3.7.*
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.3
7+
- python=3.7.*
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.7.3
8+
- python=3
99
- python-dateutil>=2.6.1
1010
- pytz
1111

requirements-dev.txt

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

0 commit comments

Comments
 (0)