aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/numpy/py3/README.md
diff options
context:
space:
mode:
authorshadchin <shadchin@yandex-team.com>2023-11-16 15:22:08 +0300
committershadchin <shadchin@yandex-team.com>2023-11-16 16:50:19 +0300
commit6b2446d933e7eaaf3caf630740dd7a1ac3d331de (patch)
tree47a868648c7c6b56eeec0105304994c3dd4bfb0b /contrib/python/numpy/py3/README.md
parent358c0fc7925cf5ede4394a784bf8dd74ad964cc1 (diff)
downloadydb-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.md4
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
----------------------