Skip to content
Snippets Groups Projects
Unverified Commit 5cb4c3cd authored by Pavlos Tosidis's avatar Pavlos Tosidis Committed by GitHub
Browse files

upgrade scikit-learn to 0.22 (#198)


* upgrade scikit-learn to 0.22

0.21.3 causes warnings with the current numpy version. Upgrading it fixes it.

* add changelog

Co-authored-by: default avatarad-daniel <daniel.dias@epfl.ch>
parent feccc9bf
No related branches found
No related tags found
No related merge requests found
# OpenDR Toolkit Change Log
## Version 1.X
Released on XX, XXth, 2022.
- New Features:
- None.
- Enhancements:
- None.
- Bug Fixes:
- None.
- Dependency Updates:
- `heart anomaly detection`: upgraded scikit-learn runtime dependency from 0.21.3 to 0.22 ([#198](https://github.com/opendr-eu/opendr/pull/198)).
## Version 1.0
Released on December 31th, 2021.
\ No newline at end of file
......@@ -12,6 +12,7 @@ ______________________________________________________________________
<a href="#using-opendr-toolkit">Using OpenDR toolkit</a>
<a href="projects">Examples</a>
<a href="#roadmap">Roadmap</a>
<a href="CHANGELOG.md">Changelog</a>
<a href="LICENSE">License</a>
</p>
......
......@@ -5,4 +5,4 @@ python=torch==1.7.1
torchvision==0.8.2
tensorboard==2.4.1
tqdm==4.54.0
scikit-learn==0.21.3
scikit-learn==0.22
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment