diff options
| author | Romain GARBAGE <romain.garbage@inria.fr> | 2026-01-27 11:57:15 +0100 |
|---|---|---|
| committer | Romain GARBAGE <romain.garbage@inria.fr> | 2026-02-23 11:37:30 +0100 |
| commit | 33f314f9efa2563bcf8fa120600a5eef27050d74 (patch) | |
| tree | 96e9c7d1e1ce28e295ac4707fcfaef997955e5d6 | |
| parent | 5b19b464c7e2fb0ee8d98b6b7d3d7d305b8cb3fc (diff) | |
machine-learning: python-tensorstore: Fix after Numpy 2 update.
* guix-science/packages/machine-learning.scm (python-tensorstore): Fix
after Numpy 2 update.
| -rw-r--r-- | guix-science/packages/machine-learning.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix-science/packages/machine-learning.scm b/guix-science/packages/machine-learning.scm index c7f7e9b..2ae8394 100644 --- a/guix-science/packages/machine-learning.scm +++ b/guix-science/packages/machine-learning.scm | |||
| @@ -1745,7 +1745,7 @@ versions.") | |||
| 1745 | (string-append #$(this-package-input "python-numpy") | 1745 | (string-append #$(this-package-input "python-numpy") |
| 1746 | "/lib/python" | 1746 | "/lib/python" |
| 1747 | python-version | 1747 | python-version |
| 1748 | "/site-packages/numpy/core/include/numpy") | 1748 | "/site-packages/numpy/_core/include/numpy") |
| 1749 | "/tmp/numpy-include")) | 1749 | "/tmp/numpy-include")) |
| 1750 | ;; You can get the list of possible values of | 1750 | ;; You can get the list of possible values of |
| 1751 | ;; TENSORSTORE_SYSTEM_PYTHON_LIBS and | 1751 | ;; TENSORSTORE_SYSTEM_PYTHON_LIBS and |
