-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: bump dependencies for all examples (#441)
* chore: bump dependencies for all examples Signed-off-by: SdgJlbl <[email protected]> * chore: remove unused lines in `nitpick_ignore` Signed-off-by: Guilhem Barthés <[email protected]> * feat: ignore remaining torch docstring Signed-off-by: Guilhem Barthés <[email protected]> --------- Signed-off-by: SdgJlbl <[email protected]> Signed-off-by: Guilhem Barthés <[email protected]> Co-authored-by: Guilhem Barthés <[email protected]>
- Loading branch information
1 parent
644671a
commit d2bad31
Showing
18 changed files
with
1,153 additions
and
1,269 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Bump all examples dependencies. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
docs/source/examples/substra_core/diabetes_example/assets/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
matplotlib==3.6.3 | ||
scikit-learn==1.5.0 | ||
matplotlib==3.9.2 | ||
scikit-learn==1.5.2 | ||
pandas==2.2.2 | ||
substra | ||
substratools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
docs/source/examples/substra_core/titanic_example/assets/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
matplotlib==3.6.3 | ||
scikit-learn==1.5.0 | ||
matplotlib==3.9.2 | ||
scikit-learn==1.5.2 | ||
pandas==2.2.2 | ||
substra | ||
substratools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
docs/source/examples/substrafl/get_started/torch_fedavg_assets/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
matplotlib==3.6.3 | ||
numpy==1.26.4 | ||
matplotlib==3.9.2 | ||
numpy==2.1.1 | ||
pandas==2.2.2 | ||
scikit-learn==1.5.0 | ||
scikit-learn==1.5.2 | ||
substrafl | ||
torch==2.2.1 | ||
torchvision==0.17.1 | ||
torch==2.4.1 | ||
torchvision==0.19.1 |
6 changes: 3 additions & 3 deletions
6
docs/source/examples/substrafl/go_further/diabetes_substrafl_assets/requirements.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
matplotlib==3.6.3 | ||
scikit-learn==1.5.0 | ||
numpy==1.26.4 | ||
matplotlib==3.9.2 | ||
scikit-learn==1.5.2 | ||
numpy==2.1.1 | ||
pandas==2.2.2 | ||
substrafl |
Oops, something went wrong.