File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2323 # Install GMT
2424 - name : Install GMT
2525 shell : bash -l {0}
26- run : conda install -c conda-forge gmt=6.1.0
26+ run : conda install -c conda-forge gmt=6.1.1
2727
2828 # Download remote files
2929 - name : Download remote data
Original file line number Diff line number Diff line change 7777 requirements_file=full-conda-requirements.txt
7878 cat requirements.txt requirements-dev.txt > $requirements_file
7979 cat << EOF >> $requirements_file
80- gmt=6.1.0
80+ gmt=6.1.1
8181 make
8282 codecov
8383 EOF
Original file line number Diff line number Diff line change 2626 # The file with the listed requirements to be installed by conda
2727 - CONDA_REQUIREMENTS=requirements.txt
2828 - CONDA_REQUIREMENTS_DEV=requirements-dev.txt
29- - CONDA_INSTALL_EXTRA="codecov twine gmt=6.1.0 "
29+ - CONDA_INSTALL_EXTRA="codecov twine gmt=6.1.1 "
3030 # These variables control which actions are performed in a build
3131 - DEPLOY=false
3232
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Which GMT?
3131PyGMT requires Generic Mapping Tools (GMT) version 6 as a minimum, which is the latest
3232released version that can be found at
3333the `GMT official site <https://www.generic-mapping-tools.org >`__.
34- We need the latest GMT (>=6.1.0 ) since there are many changes being made to GMT itself in
34+ We need the latest GMT (>=6.1.1 ) since there are many changes being made to GMT itself in
3535response to the development of PyGMT, mainly the new
3636`modern execution mode <https://docs.generic-mapping-tools.org/latest/cookbook/introduction.html#modern-and-classic-mode >`__.
3737
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ channels:
55dependencies :
66 - python=3.7
77 - pip
8- - gmt=6.1.0
8+ - gmt=6.1.1
99 - numpy
1010 - pandas
1111 - xarray
Original file line number Diff line number Diff line change 11{
22 "scripts" : {
33 "build:miniconda" : " curl -o ~/miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh && bash ~/miniconda.sh -b -p $HOME/miniconda" ,
4- "build:pygmt" : " conda env create -f environment.yml && source activate pygmt && conda install -c conda-forge -y gmt==6.1.0 && make install" ,
4+ "build:pygmt" : " conda env create -f environment.yml && source activate pygmt && conda install -c conda-forge -y gmt==6.1.1 && make install" ,
55 "build:docs" : " source activate pygmt && cd doc && make all && mv _build/html ../public" ,
66 "build" : " export PATH=$HOME/miniconda/bin:$PATH && npm run build:miniconda && npm run build:pygmt && npm run build:docs"
77 }
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ class Session:
119119 """
120120
121121 # The minimum version of GMT required
122- required_version = "6.1.0 "
122+ required_version = "6.1.1 "
123123
124124 @property
125125 def session_pointer (self ):
You can’t perform that action at this time.
0 commit comments