Skip to content

Commit 045ee89

Browse files
Regenerate lock file, docs spelling
1 parent 3988e6e commit 045ee89

File tree

3 files changed

+5
-20
lines changed

3 files changed

+5
-20
lines changed

docs/installation.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ Installing ``PARDISO`` Solver
3232

3333
The default sparse solver used in ``scipy`` is ``SuperLU``.
3434
It performs okay for small matrices but appears to be very slow for larger matrices.
35-
The ``PARDISO`` solver is a much faster alternative (see `pypadiso <https://github.com/haasad/PyPardisoProject>`_), but it requires the installation of the ``MKL`` library, which takes a lot of disk space.
35+
The ``PARDISO`` solver is a much faster alternative
36+
(see `pypardiso <https://github.com/haasad/PyPardisoProject>`_), but it requires the
37+
installation of the ``MKL`` library, which takes a lot of disk space.
3638

3739
If you do not have a disk space constraint, you can use the ``PARDISO`` solver by:
3840

poetry.lock

Lines changed: 1 addition & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Changelog = "https://github.com/robbievanleeuwen/section-properties/releases"
4848

4949
[tool.poetry.dependencies]
5050
python = ">=3.9.0,<3.12"
51-
numpy = "^1.25.2" # numba requires numpy <1.26
51+
numpy = "^1.25.2" # numba requires numpy <1.26
5252
scipy = "^1.11.3"
5353
matplotlib = "^3.8.0"
5454
shapely = "^2.0.1"

0 commit comments

Comments
 (0)