Skip to content

Commit

Permalink
bump again, add requests
Browse files Browse the repository at this point in the history
  • Loading branch information
gidden committed Nov 5, 2018
1 parent 21cc982 commit 2ba0083
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
18 changes: 15 additions & 3 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
**pyam**: analysis and visualization of assessment models
=========================================================

.. |br| raw:: html

<br>

Release v\ |version|.

.. image:: https://img.shields.io/pypi/v/pyam-iamc.svg
:target: https://pypi.python.org/pypi/pyam-iamc/

.. image:: https://anaconda.org/conda-forge/pyam/badges/version.svg
:target: https://anaconda.org/conda-forge/pyam

.. image:: https://anaconda.org/conda-forge/pyam/badges/license.svg
:target: https://anaconda.org/conda-forge/pyam

.. image:: https://zenodo.org/badge/113359260.svg
:target: https://zenodo.org/badge/latestdoi/113359260

.. image:: https://anaconda.org/conda-forge/pyam/badges/latest_release_date.svg
:target: https://anaconda.org/conda-forge/pyam

.. image:: https://circleci.com/gh/IAMconsortium/pyam.svg?style=shield&circle-token=:circle-token
:target: https://circleci.com/gh/IAMconsortium/pyam

Expand All @@ -16,9 +31,6 @@ Release v\ |version|.
.. image:: https://ci.appveyor.com/api/projects/status/qd4taojd2vkqoab4/branch/master?svg=true&passingText=passing&failingText=failing&pendingText=pending
:target: https://ci.appveyor.com/project/gidden/pyam/branch/master

.. image:: https://zenodo.org/badge/113359260.svg
:target: https://zenodo.org/badge/latestdoi/113359260

The **pyam** Python package provides a range of diagnostic tools and functions
for analyzing and visualizing data from your favorite assessment model(s).

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"""

INFO = {
'version': '0.1.1',
'version': '0.1.2',
}


Expand Down Expand Up @@ -87,6 +87,7 @@ def main():
install_requirements = [
"argparse",
"numpy",
"requests",
"pandas >=0.21.0",
"PyYAML",
"xlrd",
Expand Down

0 comments on commit 2ba0083

Please sign in to comment.