Skip to content

Commit 56019d7

Browse files
committed
0.3.7: updated dependencies
1 parent 9d0feaf commit 56019d7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Version 0.3.7 - December 03 2021
4+
### Misc
5+
- Updated dependencies: now using scikit-learn `>=1.0`
6+
37
## Version 0.3.6 - December 01 2021
48
### New Features
59
- `biopsykit.io.ecg`: Added functions to write a dictionary of dataframes to a series of csv files (and vice versa).

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "biopsykit"
3-
version = "0.3.6"
3+
version = "0.3.7"
44
description = "A Python package for the analysis of biopsychological data."
55
authors = [
66
"Robert Richer <[email protected]>",
@@ -28,7 +28,7 @@ scipy = "^1.7.0"
2828
statannot = "^0.2.3"
2929
tqdm = "^4.62.0"
3030
joblib = "^1.0.0"
31-
scikit-learn = "^0.24.2"
31+
scikit-learn = "^1.0"
3232
nilspodlib = "^3.2.2"
3333
openpyxl = "^3.0.7"
3434
XlsxWriter = "^1.4.5"

src/biopsykit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"utils",
4141
]
4242

43-
__version__ = "0.3.6"
43+
__version__ = "0.3.7"
4444

4545

4646
def version() -> None:

0 commit comments

Comments
 (0)