You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,9 @@ Additionally, the following python packages should be installed (these will be i
46
46
* NumPy 1.11 or higher (http://www.numpy.org/)
47
47
* SciPy 0.18 or higher (http://www.scipy.org/)
48
48
* Pandas 0.17 or higher (http://pandas.pydata.org/)
49
+
* trustregion 1.1 or higher (https://github.com/lindonroberts/trust-region)
50
+
51
+
**Warning:** the trustregion package requires NumPy to already be installed. Please install NumPy before following the installation instructions below. This applies to DFO-LS versions 1.2 and higher.
Copy file name to clipboardExpand all lines: docs/build/html/_sources/install.rst.txt
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,9 @@ Additionally, the following python packages should be installed (these will be i
13
13
* NumPy 1.11 or higher (http://www.numpy.org/)
14
14
* SciPy 0.18 or higher (http://www.scipy.org/)
15
15
* Pandas 0.17 or higher (http://pandas.pydata.org/)
16
+
* trustregion 1.1 or higher (https://github.com/lindonroberts/trust-region)
17
+
18
+
**Warning:** the trustregion package requires NumPy to already be installed. Please install NumPy before following the installation instructions below. This applies to DFO-LS versions 1.2 and higher.
Copy file name to clipboardExpand all lines: docs/build/html/install.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,9 @@ <h2>Requirements<a class="headerlink" href="#requirements" title="Permalink to t
178
178
<li><p>NumPy 1.11 or higher (<aclass="reference external" href="http://www.numpy.org/">http://www.numpy.org/</a>)</p></li>
179
179
<li><p>SciPy 0.18 or higher (<aclass="reference external" href="http://www.scipy.org/">http://www.scipy.org/</a>)</p></li>
180
180
<li><p>Pandas 0.17 or higher (<aclass="reference external" href="http://pandas.pydata.org/">http://pandas.pydata.org/</a>)</p></li>
181
+
<li><p>trustregion 1.1 or higher (<aclass="reference external" href="https://github.com/lindonroberts/trust-region">https://github.com/lindonroberts/trust-region</a>)</p></li>
181
182
</ul>
183
+
<p><strong>Warning:</strong> the trustregion package requires NumPy to already be installed. Please install NumPy before following the installation instructions below. This applies to DFO-LS versions 1.2 and higher.</p>
182
184
</div>
183
185
<divclass="section" id="installation-using-pip">
184
186
<h2>Installation using pip<aclass="headerlink" href="#installation-using-pip" title="Permalink to this headline">¶</a></h2>
0 commit comments