Skip to content

Commit 56b2c16

Browse files
fix requirements bug (#3798)
# Fixes . path error * FLARE-2676 ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Quick tests passed locally by running `./runtest.sh`. - [ ] In-line docstrings updated. - [ ] Documentation updated.
1 parent 2af2eaf commit 56b2c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/advanced/federated-statistics/image_stats/image_stats.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"outputs": [],
3535
"source": [
36-
"%pip install -r image_stats/requirements.txt"
36+
"%pip install -r requirements.txt"
3737
]
3838
},
3939
{

0 commit comments

Comments
 (0)