Skip to content

Commit

Permalink
Pin numpy to 1.24 in TensorFlow examples
Browse files Browse the repository at this point in the history
- due to a recent release of backward incompatible numpy 2.0
  pin its version in the TensorFlow examples

Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
  • Loading branch information
JanuszL committed Jun 18, 2024
1 parent 8bf854e commit cd1ed8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ argparse-utils
absl-py
Pillow
PyYAML
numpy<1.24
3 changes: 2 additions & 1 deletion docs/examples/use_cases/tensorflow/yolov4/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Cython
matplotlib
tensorflow-addons
pycocotools
pycocotools
numpy<1.24

0 comments on commit cd1ed8b

Please sign in to comment.