Skip to content

Commit da043e2

Browse files
committed
v 0.2.3
1 parent 25f52e2 commit da043e2

4 files changed

Lines changed: 25 additions & 7 deletions

File tree

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
History
33
=======
44

5-
0.2.3 (2021-XX-XX)
5+
0.2.3 (2021-11-16)
66
------------------
77

88
* Improve data validation in GUI

requirements.txt

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
PySide2
2-
graphviz
1+
bw-migrations==0.1
2+
bw2analyzer==0.9.4
3+
bw2calc==1.8.0
4+
bw2data==3.6.2
5+
bw2io==0.7.12.1
6+
bw2parameters==0.6.6
7+
brightway2==2.3
8+
PySide2==5.14
39
plotly
10+
graphviz
411
pyDOE
512
pytest
613
pytest-cov
714
pytest-flake8
8-
coverage
15+
coverage

setup.py

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,24 @@
1111
history = history_file.read()
1212

1313
requirements = [
14+
"xlrd==1.2.0",
1415
"swolfpy_inputdata",
1516
"swolfpy_processmodels",
17+
"bw-migrations==0.1",
18+
"bw2analyzer==0.9.4",
19+
"bw2calc==1.8.0",
20+
"bw2data==3.6.2",
21+
"bw2io==0.7.12.1",
22+
"bw2parameters==0.6.6",
1623
"brightway2==2.3",
1724
"PySide2==5.14",
1825
"plotly",
1926
"graphviz",
20-
"pyDOE"
27+
"pyDOE",
28+
"pytest",
29+
"pytest-cov",
30+
"pytest-flake8",
31+
"coverage",
2132
]
2233

2334
setup_requirements = [ ]
@@ -64,6 +75,6 @@
6475
test_suite='tests',
6576
tests_require=test_requirements,
6677
url='https://github.com/SwolfPy-Project/swolfpy',
67-
version='0.2.2',
78+
version='0.2.3',
6879
zip_safe=False,
6980
)

swolfpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'MyQtApp',
2727
'swolfpy']
2828

29-
__version__ = '0.2.2'
29+
__version__ = '0.2.3'
3030

3131

3232
class swolfpy():

0 commit comments

Comments
 (0)