Skip to content

Commit 0465d1d

Browse files
authored
Update README.md
1 parent 3d0ed54 commit 0465d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The official mediapipe Python wheels published on PyPI include a strict dependen
1111
Requires-Dist: numpy<2
1212
```
1313

14-
This prevents installation or use of mediapipe with `numpy` version 2 or higher. This constraint is problematic for users and downstream projects who want to use the latest `numpy` (see [mediapipe issue #5612](https://github.com/google-ai-edge/mediapipe/issues/5612)). As of now, mediapipe seems to work with `numpy` 2.x, but the PyPI wheels block installation.
14+
This prevents installation or use of mediapipe with `numpy` version 2 or higher. This constraint is problematic for users and downstream projects who want to use the latest `numpy` (see [mediapipe issue #5612](https://github.com/google-ai-edge/mediapipe/issues/5612)). As of now, a lot of mediapipe seems to work with `numpy` 2.x, but the PyPI wheels block installation.
1515

1616
### What does this repository do?
1717

@@ -54,4 +54,4 @@ This repository provides a script (`patch_wheels.sh`) that:
5454

5555
- The patched wheels are named `mediapipe-numpy2` to avoid clashing with the official package.
5656
- This repository is not affiliated with the official mediapipe project.
57-
- Use at your own risk; always test compatibility with your workflow.
57+
- Use at your own risk; always test compatibility with your workflow.

0 commit comments

Comments
 (0)