Skip to content

Commit 34e709b

Browse files
lindonlindon
authored andcommitted
Increase SciPy version requirement to avoid unpredictable behaviour
1 parent af00595 commit 34e709b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ DFO-LS requires the following software to be installed:
5151
Additionally, the following python packages should be installed (these will be installed automatically if using *pip*, see `Installation using pip`_):
5252

5353
* NumPy 1.11 or higher (http://www.numpy.org/)
54-
* SciPy 0.18 or higher (http://www.scipy.org/)
54+
* SciPy 1.11 or higher (http://www.scipy.org/)
5555
* Pandas 0.17 or higher (http://pandas.pydata.org/)
5656

5757
**Optional package:** DFO-LS 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 DFO-LS to work, and it is not installed by default.

docs/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ DFO-LS requires the following software to be installed:
1010
Additionally, the following python packages should be installed (these will be installed automatically if using *pip*, see `Installation using pip`_):
1111

1212
* NumPy 1.11 or higher (http://www.numpy.org/)
13-
* SciPy 0.18 or higher (http://www.scipy.org/)
13+
* SciPy 1.11 or higher (http://www.scipy.org/)
1414
* Pandas 0.17 or higher (http://pandas.pydata.org/)
1515

1616
**Optional package:** DFO-LS 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 DFO-LS to work, and it is not installed by default.

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
numpy>=1.11
2-
scipy>=0.18
3-
pandas>=0.17
2+
scipy>=1.11
3+
pandas>=0.17

0 commit comments

Comments
 (0)