Skip to content

Commit

Permalink
add back develop tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Jul 4, 2024
1 parent 7f2550a commit 3f1359e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
git+https://github.com/USEPA/esupy.git#egg=esupy
git+https://github.com/USEPA/esupy.git@develop#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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
install_requires = [
'pandas>=0.22',
'olca-schema>=0.0.11',
'esupy @ git+https://github.com/USEPA/esupy.git#egg=esupy',
'esupy @ git+https://github.com/USEPA/esupy.git@develop#egg=esupy',
],
url='https://github.com/USEPA/fedelemflowlist',
license='CC0',
Expand Down

0 comments on commit 3f1359e

Please sign in to comment.