@@ -8,7 +8,7 @@ Dependencies
88
99The pysteps package needs the following dependencies
1010
11- * `python >=3.10 , <3.13 <http://www.python.org/ >`_ (lower or higher versions may work but are not tested).
11+ * `python >=3.11 , <3.14 <http://www.python.org/ >`_ (lower or higher versions may work but are not tested).
1212* `jsonschema <https://pypi.org/project/jsonschema/ >`_
1313* `matplotlib <http://matplotlib.org/ >`_
1414* `netCDF4 <https://pypi.org/project/netCDF4/ >`_
@@ -61,10 +61,10 @@ a community-driven package repository for conda packages.
6161
6262To install pysteps with mamba in a new environment, run in a terminal::
6363
64- mamba create -n pysteps python=3.10
64+ mamba create -n pysteps python=3.11
6565 mamba activate pysteps
6666
67- This will create and activate the new python environment called 'pysteps' using python 3.10 .
67+ This will create and activate the new python environment called 'pysteps' using python 3.11 .
6868The next step is to add the conda-forge channel where the pysteps package is located::
6969
7070 conda config --env --prepend channels conda-forge
@@ -92,9 +92,9 @@ First, make sure that Rosetta 2 is installed::
9292
9393 softwareupdate --install-rosetta
9494
95- Use mamba to create a new environment called 'pysteps' for intel packages with python 3.10 ::
95+ Use mamba to create a new environment called 'pysteps' for intel packages with python 3.11 ::
9696
97- CONDA_SUBDIR=osx-64 mamba create -n pysteps python=3.10
97+ CONDA_SUBDIR=osx-64 mamba create -n pysteps python=3.11
9898 mamba activate pysteps
9999
100100Make sure that conda/mamba commands in this environment use intel packages::
0 commit comments