Skip to content

Commit

Permalink
Correct version of bw2io
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Oct 15, 2023
1 parent a94aa52 commit 6f35f40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ requirements:
run:
- numpy
- pandas
- bw2io >=0.8.10
- bw2io
- bw2data
- wurst>=0.3.3
- prettytable
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy
pandas
bw2io >=0.8.10
bw2io
bw2data
wurst>=0.3.3
prettytable
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def package_files(directory):
install_requires=[
"numpy",
"pandas",
"bw2io >=0.8.10",
"bw2io",
"bw2data",
"prettytable",
"datapackage",
Expand Down

0 comments on commit 6f35f40

Please sign in to comment.