Skip to content

Commit a2f9f7f

Browse files
authored
Update requirements and release text (#40)
1 parent fc6dcc2 commit a2f9f7f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

release_text.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# RIMSEvalGUI v2.0.13
1+
# RIMSEvalGUI v2.0.14
22

3-
RIMSEvalGUI release based on the latest `rimseval` version `v2.0.1`.
4-
Only error handling is improved.
3+
RIMSEvalGUI release based on the latest `rimseval` version `v2.0.2`.
54

65
**Main Changes to GUI:**
7-
- Error handling when config file is corrupt has been implemented.
6+
- Peak overlaps now only trigger a question to the user to confirm the intention.
87

9-
Changes in `rimseval` package since last version: see [here](https://github.com/RIMS-Code/RIMSEval/releases/tag/v2.0.1).
8+
9+
Changes in `rimseval` package since last version: see [here](https://github.com/RIMS-Code/RIMSEval/releases/tag/v2.0.2).

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PyQt6
22
pyqtdarktheme
3-
rimseval>=2.0.1
3+
rimseval>=2.0.2
44
git+https://github.com/trappitsch/pyqtconfig@DialogBox_fixes_for_PyQt6
55
matplotlib
66
numpy

src/requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PyQt6
22
pyqtdarktheme
3-
rimseval==2.0.1
3+
rimseval==2.0.2
44
git+https://github.com/trappitsch/pyqtconfig@DialogBox_fixes_for_PyQt6
55
matplotlib
66
numpy

0 commit comments

Comments
 (0)