Skip to content

Commit 22706fe

Browse files
Bump scikit-learn from 1.0.2 to 1.5.0 in /epicbox-python
Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.0.2 to 1.5.0. - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](scikit-learn/scikit-learn@1.0.2...1.5.0) --- updated-dependencies: - dependency-name: scikit-learn dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8aa88ef commit 22706fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

epicbox-python/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Cython==0.29.26
1515
matplotlib==3.5.1
1616
networkx==2.6.3
1717
scikit-image==0.19.1
18-
scikit-learn==1.0.2
18+
scikit-learn==1.5.0
1919
# rsa to check encrypted tokens
2020
rsa==4.8
2121
# natural language processing

epicbox-python/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ docutils==0.16
108108
# python-daemon
109109
email-validator==1.1.3
110110
# via flask-appbuilder
111-
factory_boy==3.2.1
111+
factory-boy==3.2.1
112112
# via -r requirements.in
113113
faker==12.0.0
114114
# via factory-boy
@@ -189,7 +189,7 @@ jinja2==2.11.3
189189
# flask-babel
190190
# python-nvd3
191191
# swagger-ui-bundle
192-
joblib==1.1.0
192+
joblib==1.4.2
193193
# via
194194
# nltk
195195
# scikit-learn
@@ -383,7 +383,7 @@ rsa==4.8
383383
# via -r requirements.in
384384
scikit-image==0.19.1
385385
# via -r requirements.in
386-
scikit-learn==1.0.2
386+
scikit-learn==1.5.0
387387
# via -r requirements.in
388388
scipy==1.7.3
389389
# via

0 commit comments

Comments
 (0)