diff options
author | shadchin <shadchin@yandex-team.com> | 2023-11-16 15:22:08 +0300 |
---|---|---|
committer | shadchin <shadchin@yandex-team.com> | 2023-11-16 16:50:19 +0300 |
commit | 6b2446d933e7eaaf3caf630740dd7a1ac3d331de (patch) | |
tree | 47a868648c7c6b56eeec0105304994c3dd4bfb0b /contrib/python/numpy/py3/README.md | |
parent | 358c0fc7925cf5ede4394a784bf8dd74ad964cc1 (diff) | |
download | ydb-6b2446d933e7eaaf3caf630740dd7a1ac3d331de.tar.gz |
Update numpy to 1.25.2
Diffstat (limited to 'contrib/python/numpy/py3/README.md')
-rw-r--r-- | contrib/python/numpy/py3/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/python/numpy/py3/README.md b/contrib/python/numpy/py3/README.md index 02f8f17fb9..c0e0b73889 100644 --- a/contrib/python/numpy/py3/README.md +++ b/contrib/python/numpy/py3/README.md @@ -1,5 +1,5 @@ <h1 align="center"> -<img src="/branding/logo/primary/numpylogo.svg" width="300"> +<img src="https://raw.githubusercontent.com/numpy/numpy/main/branding/logo/primary/numpylogo.svg" width="300"> </h1><br> @@ -37,7 +37,7 @@ Testing: NumPy requires `pytest` and `hypothesis`. Tests can then be run after installation with: - python -c 'import numpy; numpy.test()' + python -c "import numpy, sys; sys.exit(numpy.test() is False)" Code of Conduct ---------------------- |