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 5291466 commit 9afbcda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions documentation/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Required Python package dependencies include:
http://www.numpy.org.
* Scipy [VaCV11]_: Used to support efficient routines for numerical analysis,
http://www.scipy.org.
* Setuptools: used to install the chama package, https://setuptools.pypa.io/

Optional Python package dependencies include:

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pyomo
pandas
numpy
scipy
setuptools

# Optional
matplotlib
Expand Down

0 comments on commit 9afbcda

Please sign in to comment.