Skip to content

Commit

Permalink
Updates for bw2data 4.0.dev57
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Oct 3, 2024
1 parent 4b1cd9c commit 79d0695
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion multifunctional/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
if "readonly_process" not in labels.process_node_types:
labels.process_node_types.append("readonly_process")
if "readonly_process" not in labels.node_types:
labels.node_types.append("readonly_process")
labels.lci_node_types.append("readonly_process")
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ classifiers = [
requires-python = ">=3.9"
dependencies = [
"blinker",
"bw2data>=4.0.dev52",
"bw2data>=4.0.dev57",
"bw2io>=0.9.dev35",
"bw_processing>=0.9.6",
"numpy<2",
Expand Down

0 comments on commit 79d0695

Please sign in to comment.