Skip to content

Commit

Permalink
Fixes some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi authored and romainsacchi committed Jan 23, 2024
1 parent b96305e commit 50445ca
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 +1 @@
carculator_utils==1.2.0.dev2
carculator_utils==1.2.0.dev3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def package_files(directory):
license=open("LICENSE").read(),
package_data={"carculator": package_files(os.path.join("carculator", "data"))},
install_requires=[
"carculator_utils==1.2.0.dev2",
"carculator_utils==1.2.0.dev3",
],
url="https://github.com/romainsacchi/carculator",
description="Prospective life cycle assessment of vehicles made blazing fast",
Expand Down

0 comments on commit 50445ca

Please sign in to comment.