Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/sphinx/source/user_guide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ pvlib-python is compatible with Python 3.

pvlib-python requires Pandas, Numpy, and SciPy. The minimum version requirements
are specified in
`setup.py <https://github.com/pvlib/pvlib-python/blob/main/setup.py>`_.
`pyproject.toml <https://github.com/pvlib/pvlib-python/blob/main/pyproject.toml>`_.
They are typically releases from several years ago.

A handful of pvlib-python features require additional packages that must
Expand Down
3 changes: 1 addition & 2 deletions docs/sphinx/source/user_guide/package_overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ interoperable, and benchmark implementations of PV system models.
There are at least as many opinions about how to model PV systems as
there are modelers of PV systems, so pvlib-python provides several
modeling paradigms: functions, the Location/PVSystem classes, and the
ModelChain class. Read more about this in the :ref:`introtutorial`
section.
ModelChain class.


User extensions
Expand Down