File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 - MAIN_CMD='python setup.py'
2828 - NUMPY_VERSION=stable
2929 - ASTROPY_VERSION=stable
30- - CONDA_DEPENDENCIES='requests beautifulsoup4 matplotlib html5lib keyring aplpy pyregion qt=4 '
30+ - CONDA_DEPENDENCIES='requests beautifulsoup4 matplotlib html5lib keyring aplpy pyregion'
3131 - PIP_DEPENDENCIES=''
3232 - SETUP_CMD='test'
3333 - CONDA_CHANNELS='astropy-ci-extras astropy'
34- - CONDA_DEPENDENCIES_OLD='requests beautiful-soup matplotlib html5lib qt=4 '
34+ - CONDA_DEPENDENCIES_OLD='requests beautiful-soup matplotlib html5lib'
3535 - PIP_DEPENDENCIES_OLD='pyregion aplpy keyring'
3636
3737 matrix :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment:
1010 PYTHON_ARCH : " 64" # needs to be set for CMD_IN_ENV to succeed. If a mix
1111 # of 32 bit and 64 bit builds are needed, move this
1212 # to the matrix section.
13- CONDA_DEPENDENCIES : " requests beautifulsoup4 matplotlib html5lib keyring aplpy pyregion qt=4 "
13+ CONDA_DEPENDENCIES : " requests beautifulsoup4 matplotlib html5lib keyring aplpy pyregion"
1414 CONDA_CHANNELS : " astropy"
1515
1616 matrix :
You can’t perform that action at this time.
0 commit comments