Skip to content

Commit

Permalink
added setuptools to list of required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklise committed May 9, 2024
1 parent 66e77b7 commit def4f9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions documentation/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Required Python package dependencies include:
http://jinja.pocoo.org/
* Matplotlib [Hunt07]_: used to produce figures,
http://matplotlib.org/
* Setuptools: used to install the pecos package, https://setuptools.pypa.io/

Optional Python packages dependencies include:

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pandas
numpy
jinja2
matplotlib

setuptools

# Optional
pvlib
Expand Down

0 comments on commit def4f9f

Please # to comment.