Skip to content

Commit 83c95ec

Browse files
docs: fixes the known limitations in readme and relnotes
1 parent e061d68 commit 83c95ec

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ To get a local copy up and running follow these steps.
6060
- [CV-CUDA Samples] require driver r535 or later to run and are only officially supported with CUDA 12.
6161
- Only one CUDA version (CUDA 11.x or CUDA 12.x) of CV-CUDA packages (Debian packages, tarballs, Python Wheels) can be installed at a time. Please uninstall all packages from a given CUDA version before installing packages from a different version.
6262
- Documentation built on Ubuntu 20.04 needs an up-to-date version of sphinx (`pip install --upgrade sphinx`) as well as explicitly parsing the system's default python version ` ./ci/build_docs path/to/build -DPYTHON_VERSIONS="<py_ver>"`.
63-
- Python tests fail with numpy 2.0. We recommend using an older version (eg 1.26) until we have implemented a fix.
64-
- Python bindings installed via Debian packages fail with numpy 2.0. We recommend using an older version (eg 1.26) until we have implemented a fix.
63+
- Python bindings installed via Debian packages and Python tests fail with Numpy 2.0. We recommend using an older version of Numpy (e.g. 1.26) until we have implemented a fix.
6564
- The Resize and RandomResizedCrop operators incorrectly interpolate pixel values near the boundary of an image or tensor when using linear and cubic interpolation. This will be fixed in an upcoming release.
6665

6766
### Installation

docs/sphinx/relnotes/v0.9.0-beta.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ Compatibility and Known Limitations
4343
-----------------------------------
4444

4545
* Documentation built on Ubuntu 20.04 needs an up-to-date version of sphinx (`pip install --upgrade sphinx`) as well as explicitly parsing the system's default python version `./ci/build_docs path/to/build -DPYTHON_VERSIONS="<py_ver>"`.
46-
* Python tests fail with numpy 2.0. We recommend using an older version (eg 1.26) until we have implemented a fix.
47-
* Python bindings installed via Debian packages fail with numpy 2.0. We recommend using an older version (eg 1.26) until we have implemented a fix.
46+
* Python bindings installed via Debian packages and Python tests fail with Numpy 2.0. We recommend using an older version of Numpy (e.g. 1.26) until we have implemented a fix.
4847
* The Resize and RandomResizedCrop operators incorrectly interpolate pixel values near the boundary of an image or tensor when using linear and cubic interpolation. This will be fixed in an upcoming release.
4948

5049

0 commit comments

Comments
 (0)