Skip to content

Commit

Permalink
Update bw2io versioning to 0.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Oct 3, 2023
1 parent f660972 commit 8f3624f
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.7, != 0.8.8
- bw2io >=0.8.10
- bw2data
- wurst
- xarray
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.7, != 0.8.8
bw2io >=0.8.10
bw2data
wurst
xarray
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def package_files(directory):
"numpy",
"wurst",
# bw2io 0.8.7 or 0.8.10
"bw2io >=0.8.7, != 0.8.8",
"bw2io >=0.8.10",
"pandas",
"bw2data",
"xarray",
Expand Down

0 comments on commit 8f3624f

Please sign in to comment.