diff --git a/ci/deps/azure-37-locale.yaml b/ci/deps/azure-37-locale.yaml index 26dcd213bbfa0..437fbc24b9411 100644 --- a/ci/deps/azure-37-locale.yaml +++ b/ci/deps/azure-37-locale.yaml @@ -17,7 +17,7 @@ dependencies: - openpyxl - pytables - python-dateutil - - python=3.7.* + - python=3.7.3 - pytz - s3fs - scipy diff --git a/ci/deps/azure-37-numpydev.yaml b/ci/deps/azure-37-numpydev.yaml index 65c92ec1dcf0d..e1acda7ecf3c7 100644 --- a/ci/deps/azure-37-numpydev.yaml +++ b/ci/deps/azure-37-numpydev.yaml @@ -2,7 +2,7 @@ name: pandas-dev channels: - defaults dependencies: - - python=3.7.* + - python=3.7.3 - pytz - Cython>=0.28.2 # universal diff --git a/ci/deps/travis-37.yaml b/ci/deps/travis-37.yaml index 9e08c41a3d9c0..d7bed9e3f03f2 100644 --- a/ci/deps/travis-37.yaml +++ b/ci/deps/travis-37.yaml @@ -4,7 +4,7 @@ channels: - conda-forge - c3i_test dependencies: - - python=3.7.* + - python=3.7.3 - botocore>=1.11 - cython>=0.28.2 - numpy diff --git a/environment.yml b/environment.yml index 6d2cd701c3854..0cbd500209b6c 100644 --- a/environment.yml +++ b/environment.yml @@ -5,7 +5,7 @@ channels: dependencies: # required - numpy>=1.15 - - python=3 + - python=3.7.3 - python-dateutil>=2.6.1 - pytz diff --git a/requirements-dev.txt b/requirements-dev.txt index cf11a3ee28258..f866f1436edc6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,5 @@ numpy>=1.15 +python==3.7.3 python-dateutil>=2.6.1 pytz asv