Skip to content

Commit 21d3033

Browse files
committed
Use arbitrary versions in Python 2 Circle
1 parent 6dd45f0 commit 21d3033

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
- MINICONDA_PATH: ~/miniconda
4343
- CONDA_ENV_NAME: testenv
4444
- PYTHON_VERSION: "2"
45-
- NUMPY_VERSION: "1.14"
45+
- NUMPY_VERSION: "1.*"
4646
- SCIPY_VERSION: "0.*"
4747
- MATPLOTLIB_VERSION: "1.*"
48-
- SCIKIT_IMAGE_VERSION: "0.11"
49-
- PANDAS_VERSION: "0.20.*"
48+
- SCIKIT_IMAGE_VERSION: "0.*"
49+
- PANDAS_VERSION: "0.*"
5050
steps:
5151
- checkout
5252
- run: ./build_tools/circle/checkout_merge_commit.sh

0 commit comments

Comments
 (0)