diff --git a/Jupyter/README.md b/Jupyter/README.md index d7baf54..852b0b5 100644 --- a/Jupyter/README.md +++ b/Jupyter/README.md @@ -1,3 +1,3 @@ # Create a mapping file for use in openLCA through Binder -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/USEPA/fedelemflowlist/develop?labpath=Jupyter%2Frun_mappings.ipynb) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/USEPA/fedelemflowlist/HEAD?labpath=Jupyter%2Frun_mappings.ipynb) diff --git a/fedelemflowlist/globals.py b/fedelemflowlist/globals.py index 3e83127..659f1f4 100644 --- a/fedelemflowlist/globals.py +++ b/fedelemflowlist/globals.py @@ -53,7 +53,7 @@ stream=sys.stdout) flow_list_specs = { - "list_version": "1.2.3", + "list_version": "1.2.4", "flow_classes": ["Biological", "Chemicals", "Energy", "Geological", "Groups", "Land", "Other", "Water"], "primary_context_classes": ["Directionality", "Environmental Media"], diff --git a/requirements.txt b/requirements.txt index d072bc4..dc9ebd2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -git+https://github.com/USEPA/esupy.git@develop#egg=esupy +git+https://github.com/USEPA/esupy.git#egg=esupy olca-schema>=0.0.11 pandas>=0.22 # Powerful data structures for data analysis, time series, and statistics. pip>=9 # The PyPA recommended tool for installing Python packages. diff --git a/setup.py b/setup.py index c93c7d2..7fce73b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='fedelemflowlist', - version='1.2.3', + version='1.2.4', packages=['fedelemflowlist'], package_dir={'fedelemflowlist': 'fedelemflowlist'}, package_data={'fedelemflowlist': [ @@ -14,7 +14,7 @@ install_requires = [ 'pandas>=0.22', 'olca-schema>=0.0.11', - 'esupy @ git+https://github.com/USEPA/esupy.git@develop#egg=esupy', + 'esupy @ git+https://github.com/USEPA/esupy.git#egg=esupy', ], url='https://github.com/USEPA/fedelemflowlist', license='CC0',