We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762aba5 commit 39e5551Copy full SHA for 39e5551
appveyor.yml
@@ -10,7 +10,7 @@ environment:
10
PYTHON_ARCH: "64" # needs to be set for CMD_IN_ENV to succeed. If a mix
11
# of 32 bit and 64 bit builds are needed, move this
12
# to the matrix section.
13
- CONDA_DEPENDENCIES: "requests beautifulsoup4 matplotlib html5lib keyring aplpy"
+ CONDA_DEPENDENCIES: "requests beautifulsoup4 matplotlib html5lib keyring=11 aplpy"
14
PIP_DEPENDENCIES: "pyregion"
15
CONDA_CHANNELS: "astropy"
16
ASTROPY_USE_SYSTEM_PYTEST: 1
@@ -19,7 +19,6 @@ environment:
19
- PYTHON_VERSION: "2.7"
20
ASTROPY_VERSION: "LTS"
21
NUMPY_VERSION: "1.13"
22
- KEYRING_VERSION: "<12"
23
24
- PYTHON_VERSION: "3.6"
25
ASTROPY_VERSION: "stable"
0 commit comments