File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -8,18 +8,19 @@ AeoLiS is a Python package that can be installed from PyPI or from source. For t
88Requirements
99------------
1010
11- - Python 3.8 or newer
11+ - Python 3.9 or newer
1212- pip 22.0 or newer
1313- netCDF4
1414
1515Dependencies
1616""""""""""""
1717
18- - docopt==0.6.1
18+ - docopt
19+ - typer
1920- bmi-python
2021- netCDF4
2122- scipy
22- - numpy<1.24,>=1.18
23+ - numpy
2324- matplotlib
2425- numba
2526
@@ -59,8 +60,8 @@ Example from command line:
5960
6061.. code :: shell
6162
62- aeolis params.txt
63+ aeolis run params.txt
6364
6465 .. note ::
6566
66- Model parameters and other configuration is passed in a `params.txt `. See the :ref: `default settings ` for more details.
67+ Model parameters and other configuration is passed in a `params.txt `. See the :ref: `default settings ` for more details.
You can’t perform that action at this time.
0 commit comments