Skip to content

Commit

Permalink
Add some warnings in the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
janosg committed Oct 31, 2024
1 parent fe9a0d6 commit e527313
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/algorithms.md
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,8 @@ install each of them separately:
```{eval-rst}
.. dropdown:: nag_dfols
*Note*: We recommend to install `DFO-LS` version 1.5.3 or higher. Versions of 1.5.0 or lower also work but the versions `1.5.1` and `1.5.2` contain bugs that can lead to errors being raised.
.. code-block::
"nag_dfols"
Expand Down
4 changes: 4 additions & 0 deletions docs/source/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ pip install Py-BOBYQA
pip install DFO-LS
```

*Note*: We recommend to install `DFO-LS` version 1.5.3 or higher. Versions of 1.5.0 or
lower also work but the versions `1.5.1` and `1.5.2` contain bugs that can lead to
errors being raised.

```
conda install -c conda-forge petsc4py
```
Expand Down

0 comments on commit e527313

Please sign in to comment.