Skip to content

Commit 615166e

Browse files
committed
State Pandas dependency optional
1 parent a102454 commit 615166e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Additionally, the following python packages should be installed (these will be i
5959

6060
* NumPy 1.11 or higher (http://www.numpy.org/)
6161
* SciPy 0.18 or higher (http://www.scipy.org/)
62-
* Pandas 0.17 or higher (http://pandas.pydata.org/)
62+
* Optionally, Pandas 0.17 or higher (http://pandas.pydata.org/), to return the diagnostic information as a DataFrame
6363

6464
**Optional package:** Py-BOBYQA versions 1.2 and higher also support the `trustregion <https://github.com/lindonroberts/trust-region>`_ package for fast trust-region subproblem solutions. To install this, make sure you have a Fortran compiler (e.g. `gfortran <https://gcc.gnu.org/wiki/GFortran>`_) and NumPy installed, then run :code:`pip install trustregion`. You do not have to have trustregion installed for Py-BOBYQA to work, and it is not installed by default.
6565

0 commit comments

Comments
 (0)