Skip to content

Commit

Permalink
🔖 bump to 1.3.2, pin dependencies to align with esupy 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Jun 9, 2023
1 parent 45a2220 commit 9b1bb41
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
git+https://github.com/USEPA/Federal-LCA-Commons-Elementary-Flow-List#egg=fedelemflowlist
git+https://github.com/USEPA/esupy#egg=esupy
git+https://github.com/USEPA/standardizedinventories#egg=StEWI
git+https://github.com/USEPA/Federal-LCA-Commons-Elementary-Flow-List@v1.1.1#egg=fedelemflowlist
git+https://github.com/USEPA/esupy@v0.2.2#egg=esupy
git+https://github.com/USEPA/standardizedinventories@v1.0.6#egg=StEWI
appdirs >= 1.4.3 # Storing user data
bibtexparser>=1.2.0 # Generates bibtex
kaleido == 0.1.0.post1; platform_system == "Windows" # export plotly.py figures as static images
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

setup(
name='flowsa',
version='1.3.1',
version='1.3.2',
packages=find_packages(),
package_dir={'flowsa': 'flowsa'},
include_package_data=True,
python_requires=">=3.8",
install_requires=[
'fedelemflowlist @ git+https://github.com/USEPA/Federal-LCA-Commons-Elementary-Flow-List#egg=fedelemflowlist',
'esupy @ git+https://github.com/USEPA/esupy#egg=esupy',
'StEWI @ git+https://github.com/USEPA/standardizedinventories#egg=StEWI',
'fedelemflowlist @ git+https://github.com/USEPA/Federal-LCA-Commons-Elementary-Flow-List@v1.1.1#egg=fedelemflowlist',
'esupy @ git+https://github.com/USEPA/esupy@v0.2.2#egg=esupy',
'StEWI @ git+https://github.com/USEPA/standardizedinventories@v1.0.6#egg=StEWI',
'appdirs>=1.4.3',
'bibtexparser>=1.2.0',
"kaleido==0.1.0.post1;platform_system=='Windows'",
Expand Down

0 comments on commit 9b1bb41

Please sign in to comment.