Skip to content

Commit ff7e316

Browse files
committed
🔖 bump to v1.1.1, fix esupy to v0.2.2
1 parent a1df2ff commit ff7e316

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

fedelemflowlist/globals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
stream=sys.stdout)
5858

5959
flow_list_specs = {
60-
"list_version": "1.1.0",
60+
"list_version": "1.1.1",
6161
"flow_classes": ["Biological", "Chemicals", "Energy", "Geological",
6262
"Groups", "Land", "Other", "Water"],
6363
"primary_context_classes": ["Directionality", "Environmental Media"],

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
git+https://github.com/USEPA/esupy#egg=esupy
1+
git+https://github.com/USEPA/esupy@v0.2.2#egg=esupy
22
olca-ipc>=0.0.12
33
pandas>=0.22 # Powerful data structures for data analysis, time series, and statistics.
44
pip>=9 # The PyPA recommended tool for installing Python packages.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='fedelemflowlist',
5-
version='1.1.0',
5+
version='1.1.1',
66
packages=['fedelemflowlist'],
77
package_dir={'fedelemflowlist': 'fedelemflowlist'},
88
package_data={'fedelemflowlist': [
@@ -13,7 +13,7 @@
1313
install_requires = [
1414
'pandas>=0.22',
1515
'olca-ipc>=0.0.12',
16-
'esupy @ git+https://github.com/USEPA/esupy#egg=esupy',
16+
'esupy @ git+https://github.com/USEPA/esupy@v0.2.2#egg=esupy',
1717
],
1818
url='https://github.com/USEPA/Federal-LCA-Commons-Elementary-Flow-List',
1919
license='CC0',

0 commit comments

Comments
 (0)