Metadata-Version: 2.1
Name: watertap-solvers
Version: 24.12.9
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: pyomo
Requires-Dist: idaes-pse
Provides-Extra: testing
Requires-Dist: pytest; extra == "testing"
Requires-Dist: ipython; extra == "testing"

# watertap-solvers

## Getting started (for contributors)

```sh
conda create --yes -n watertap-solvers-dev -c conda-forge python=3.11
conda activate watertap-solvers-dev
conda install -c conda-forge cyipopt
pip install -r requirements-dev.txt

pytest --pyargs watertap_solvers -v
```
