Skip to content
Snippets Groups Projects
Verified Commit d7061fae authored by Olivier Benz's avatar Olivier Benz
Browse files

scipy: Add numba again

parent 4d1440d0
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ Topmost entry = Tag `latest`
| Python | CUDA | cuBLAS | cuDNN | NCCL | TensorRT[^2] | Linux distro |
|:-----------|:-------|:----------|:----------|:-------|:------------------------|:-------------|
| 3.13.1[^1] | 12.6.3 | 12.6.4.1 | 9.6.0.74 | 2.23.4 | n/a | Ubuntu 22.04 |
| 3.13.1 | 12.6.3 | 12.6.4.1 | 9.6.0.74 | 2.23.4 | n/a | Ubuntu 22.04 |
| 3.12.8 | 12.6.3 | 12.6.4.1 | 8.9.7.29 | 2.23.4 | 10.7.0.23/<br>10.3.0.26 | Ubuntu 22.04 |
| 3.13.0[^1] | 12.6.3 | 12.6.4.1 | 9.6.0.74 | 2.23.4 | n/a | Ubuntu 22.04 |
| 3.12.7 | 12.6.3 | 12.6.4.1 | 8.9.7.29 | 2.23.4 | 10.7.0.23/<br>10.3.0.26 | Ubuntu 22.04 |
......
......@@ -8,7 +8,7 @@ Topmost entry = Tag `latest`
| Python | Jupyter Hub | Jupyter Lab | code‑server (Code) | Neovim | Git | Git LFS | Pandoc | Linux distro |
|:-----------|:------------|:------------|:-------------------|:-------|:-------|:--------|:-------|:-------------|
| 3.13.1[^1] | 5.2.1 | 4.3.4 | 4.96.4 (1.96.4) | 0.10.3 | 2.48.1 | 3.6.1 | 3.4 | Debian 12 |
| 3.13.1 | 5.2.1 | 4.3.4 | 4.96.4 (1.96.4) | 0.10.3 | 2.48.1 | 3.6.1 | 3.4 | Debian 12 |
| 3.12.8 | 5.2.1 | 4.2.5 | 4.95.3 (1.95.3) | 0.10.2 | 2.47.1 | 3.6.0 | 3.4 | Debian 12 |
| 3.13.0[^1] | 5.2.1 | 4.2.5 | 4.95.3 (1.95.3) | 0.10.2 | 2.47.1 | 3.6.0 | 3.4 | Debian 12 |
| 3.12.7 | 5.2.1 | 4.2.5 | 4.95.3 (1.95.3) | 0.10.2 | 2.47.1 | 3.6.0 | 3.4 | Debian 12 |
......
......@@ -111,7 +111,7 @@ RUN dpkgArch="$(dpkg --print-architecture)" \
ipympl\
ipywidgets \
matplotlib \
#numba \
numba \
numexpr \
numpy \
pandas \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment