Skip to content

Commit

Permalink
chore(deps): bump scikit-learn from 1.3.1 to 1.5.0 in /docs/source/ex…
Browse files Browse the repository at this point in the history
…amples/substra_core/diabetes_example/assets (#421)

* chore(deps): bump scikit-learn

Bumps [scikit-learn](https://github.com/scikit-learn/scikit-learn) from 1.3.1 to 1.5.0.
- [Release notes](https://github.com/scikit-learn/scikit-learn/releases)
- [Commits](scikit-learn/scikit-learn@1.3.1...1.5.0)

---
updated-dependencies:
- dependency-name: scikit-learn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: update numpy, sklearn, pandas

Signed-off-by: SdgJlbl <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: SdgJlbl <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: SdgJlbl <[email protected]>
  • Loading branch information
dependabot[bot] and SdgJlbl authored Jun 20, 2024
1 parent 346cac9 commit e75ad54
Show file tree
Hide file tree
Showing 13 changed files with 3,243 additions and 3,243 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
matplotlib==3.6.3
scikit-learn==1.3.1
pandas==1.5.3
scikit-learn==1.5.0
pandas==2.2.2
substra
substratools
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# this base image works in both CPU and GPU enabled environments
FROM python:3.9-slim
FROM python:3.11-slim

# install dependencies
RUN pip3 install 'pandas<2.0' 'numpy<2.0' 'scikit-learn==1.3.1' substratools
RUN pip3 install pandas 'numpy<2.0' 'scikit-learn==1.5.0' substratools

# add your function script to docker image
ADD titanic_function_rf.py .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# this base image works in both CPU and GPU enabled environments
FROM python:3.9-slim
FROM python:3.11-slim

# install dependencies
RUN pip3 install 'pandas<2.0' 'numpy<2.0' 'scikit-learn==1.3.1' substratools
RUN pip3 install pandas 'numpy<2.0' 'scikit-learn==1.5.0' substratools

# add your function script to docker image
ADD titanic_function_rf.py .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# this base image works in both CPU and GPU enabled environments
FROM python:3.9-slim
FROM python:3.11-slim

# install dependencies
RUN pip3 install 'pandas<2.0' 'numpy<2.0' 'scikit-learn==1.1.1' substratools
RUN pip3 install pandas 'numpy<2.0' 'scikit-learn==1.5.0' substratools

# add your metrics script to docker image
ADD titanic_metrics.py .
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
matplotlib==3.6.3
scikit-learn==1.3.1
pandas==1.5.3
scikit-learn==1.5.0
pandas==2.2.2
substra
substratools
Loading

0 comments on commit e75ad54

Please sign in to comment.