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 f46220f commit 4f59d76Copy full SHA for 4f59d76
appveyor.yml
@@ -62,7 +62,7 @@ install:
62
# target Python version and architecture
63
- "conda update --yes conda"
64
- "conda config --add channels https://conda.anaconda.org/ioos"
65
- - "conda create -q --yes -n test python=%PYTHON_VERSION% numpy scipy pandas netCDF4 cython pytest pip matplotlib pyproj basemap"
+ - "conda create -q --yes -n test -c conda-forge python=%PYTHON_VERSION% numpy scipy pandas netCDF4=1.2.4 cython pytest pip matplotlib pyproj basemap"
66
- "activate test"
67
- "pip install pygeogrids"
68
- "pip install pygeobase"
0 commit comments