Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed May 16, 2023
1 parent a91944a commit 1716d79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requirements:
- python
- setuptools
run:
- bw2io<=0.8.7
- bw2io
- bw2data

test:
Expand Down
2 changes: 1 addition & 1 deletion premise_gwp/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = (0, 9)
version = (0, 9, 1)
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bw2io<=0.8.7
bw2io
bw2data
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
license="BSD 3-clause",
package_data={"premise_gwp": ["data/*.xlsx", "data/*.json"]},
install_requires=[
"bw2io<=0.8.7",
"bw2io",
"bw2data",
"requests",
],
Expand Down

0 comments on commit 1716d79

Please sign in to comment.