Skip to content

Commit

Permalink
0.9.dev22
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Sep 17, 2023
1 parent abf1114 commit ad44b9d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# `bw2io` Changelog

### 0.9.DEV22 (2023-09-15)

* Pinned dependencies to fix environment problems

### 0.9.DEV21 (2023-08-12)

* #138: Fixed import of SimaPro process with multiple literature refs
Expand Down
2 changes: 1 addition & 1 deletion bw2io/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = (0, 9, "DEV21")
version = (0, 9, "DEV22")
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
from setuptools import setup

REQUIREMENTS = [
"bw2calc>=1.7.4",
"bw2data>=3.5.1",
"bw2parameters>=0.7.1",
"bw_migrations",
"bw_processing",
"bw2calc>=2.0.dev14",
"bw2data>=4.0.dev24",
"bw2parameters>=1.1.0",
"bw_migrations>=0.2",
"bw_processing>=0.8.5",
"lxml",
"mrio_common_metadata",
"numpy",
"openpyxl",
"platformdirs",
"requests",
"scipy",
"stats_arrays",
"stats_arrays>=0.6.5",
"tqdm",
"unidecode",
"voluptuous",
Expand Down

0 comments on commit ad44b9d

Please sign in to comment.