Skip to content

Commit

Permalink
update-reqs and terminal output
Browse files Browse the repository at this point in the history
  • Loading branch information
Stew-McD committed Mar 26, 2024
1 parent e637798 commit a0ebe7e
Show file tree
Hide file tree
Showing 3 changed files with 800 additions and 2 deletions.
398 changes: 398 additions & 0 deletions examples/batteries/T-reX_battery_case_study_terminal_output.html

Large diffs are not rendered by default.

396 changes: 396 additions & 0 deletions examples/batteries/T-reX_battery_case_study_terminal_output.txt

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ brightway2 = "^2.4.6"
bw2data = "^3.6.6"
bw2io = "^0.8.12"
bw2calc = "^1.8.2"
bw2speedups = "^3.1"
premise = "^2.0.2"
premise-gwp = "^0.9.6"
cowsay = "^6.1"
Expand Down Expand Up @@ -60,16 +61,19 @@ classifiers = [
]

[project.dependencies]
python = ">=3.10, <3.12"
brightway2 = "^2.4.6"
bw2data = "^3.6.6"
premise = "^2.0.2"
bw2io = "^0.8.12"
bw2calc = "^1.8.2"
bw2speedups = "^3.1"
premise = "^2.0.2"
premise-gwp = "^0.9.6"
cowsay = "^6.1"
openpyxl = "^3.1.2"
tqdm = "^4.66.1"
wurst = "^0.4"
pandas = "^2.1.4"
premise-gwp = "^0.9.6"

[project.optional-dependencies]
dev = ["Sphinx ^7.2.6"]
Expand Down

0 comments on commit a0ebe7e

Please sign in to comment.