8000 Remove link to outdated tutorials by AdamRJensen · Pull Request #2009 · pvlib/pvlib-python · GitHub
[go: up one dir, main page]

Skip to content

Remove link to outdated tutorials #2009

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 16, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update link to min version requirements
  • Loading branch information
AdamRJensen committed Apr 12, 2024
commit b57497e523994ea68999f37455e818d762a33a36
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
0