Skip to content

Commit b73b9da

Browse files
pyup-botJonathan DEKHTIAR
authored andcommitted
PyUP - Dependency Update Scheduled daily dependency update on wednesday (#851)
* Pin scikit-learn to latest version 0.20.0 * Update requirements.txt * Update CHANGELOG.md
1 parent 6a71e62 commit b73b9da

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ To release a new version, please update the changelog as followed:
7979
- yapf>=0.22,<0.24 => yapf>=0.22,<0.25 (PR #829)
8080
- sphinx>=1.7,<1.8 => sphinx>=1.7,<1.9 (PR #842)
8181
- matplotlib>=2.2,<2.3 => matplotlib>=2.2,<3.1 (PR #845)
82+
- scikit-learn>=0.19,<0.20 => scikit-learn>=0.19,<0.21 (PR #851)
8283

8384
### Deprecated
8485

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ matplotlib>=2.2,<3.1
44
numpy>=1.14,<1.16
55
progressbar2>=3.38,<3.39
66
requests>=2.19,<2.20
7-
scikit-learn>=0.19,<0.20
7+
scikit-learn>=0.19,<0.21
88
scikit-image>=0.14,<0.15
99
scipy>=1.1,<1.2
1010
tqdm>=4.23,<4.26

0 commit comments

Comments
 (0)