Skip to content

Commit

Permalink
Pin dependency to bw2io 0.8.12 or lower
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Jan 24, 2024
1 parent fa4a0c5 commit 170dfc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion carculator_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ExportInventory",
"VehicleInputParameters",
)
__version__ = (1, 2, 0, "dev3")
__version__ = (1, 2, 0, "dev4")

from pathlib import Path

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ numpy
klausen
xlrd
numexpr
bw2io
bw2io<=0.8.12
pycountry
wurst
pyyaml
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def package_files(directory):

setup(
name="carculator_utils",
version="1.2.0.dev3",
version="1.2.0.dev4",
packages=packages,
author="Romain Sacchi <romain.sacchi@psi.ch>",
python_requires=">=3.9",
Expand All @@ -50,7 +50,7 @@ def package_files(directory):
"klausen",
"xlrd",
"numexpr",
"bw2io",
"bw2io<=0.8.12",
"pycountry",
"wurst",
"pyyaml",
Expand Down

0 comments on commit 170dfc6

Please sign in to comment.