@@ -10,7 +10,10 @@ Please see installation instructions below.
1010- `CMake 3.20.0+ <https://cmake.org >`__
1111- `Git 2.18+ <https://git-scm.com >`__
1212- `AMReX <https://amrex-codes.github.io >`__: we automatically download and compile a copy
13- - `ABLASTR/WarpX <https://github.com/ECP-WarpX/warpx >`__: we automatically download and compile a copy
13+ - `pybind11 2.10.1+ <https://github.com/pybind/pybind11/ >`__: we automatically download and compile a copy
14+ - `Python 3.8+ <https://www.python.org >`__
15+
16+ - `numpy 1.15+ <https://numpy.org >`__
1417
1518Optional dependencies include:
1619
@@ -22,11 +25,13 @@ Optional dependencies include:
2225 - `ROCm 5.2+ (5.5+ recommended) <https://gpuopen.com/learn/amd-lab-notes/amd-lab-notes-rocm-installation-readme/ >`__: for AMD GPU support
2326- `CCache <https://ccache.dev >`__: to speed up rebuilds (For CUDA support, needs version 3.7.9+ and 4.2+ is recommended)
2427- `Ninja <https://ninja-build.org >`__: for faster parallel compiles
25- - `Python 3.8+ <https://www.python.org >`__
28+ - further `optional dependencies of AMReX <https://github.com/AMReX-Codes/amrex/ >`__
29+ - `Python dependencies <https://www.python.org >`__
2630
2731 - `mpi4py <https://mpi4py.readthedocs.io >`__
28- - `numpy <https://numpy.org >`__
29- - see our ``requirements.txt `` file for compatible versions
32+ - `cupy <https://github.com/cupy/cupy#installation >`__ 11.2+
33+ - `numba <https://numba.readthedocs.io/en/stable/user/installing.html >`__ 0.56+
34+ - `torch <https://pytorch.org/get-started/locally/ >`__ 1.12+
3035
3136For all other systems, we recommend to use a **package dependency manager **:
3237Pick *one * of the installation methods below to install all dependencies for pyAMReX development in a consistent manner.
0 commit comments