Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
rkingsbury committed Aug 15, 2023
1 parent 881a18a commit f2d6e5c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

![pyeql logo](pyeql-logo.png)

A Python library for solution chemistry
A human-friendly python interface for solution chemistry


## Description
Expand Down Expand Up @@ -44,18 +44,19 @@ pyEQL runs on Python 3.8+ and is licensed under LGPL.

### Documentation

Detailed documentation is available at [](https://pyeql.readthedocs.io/)
Detailed documentation is available at [https://pyeql.readthedocs.io/](https://pyeql.readthedocs.io/)

### Dependencies

- Python 3.8+. This project will attempt to adhere to NumPy's
[NEP 29](https://numpy.org/neps/nep-0029-deprecation_policy.html) deprecation policy
for older version of Python.
- [pint](https://github.com/hgrecco/pint) - for units-awarecalculations
- [scipy](https://www.scipy.org/) - for certain nonlinear equation solvers
- [pymatgen](https://github.com/materialsproject/pymatgen) - periodic table and chemical formula information
- [iapws](https://github.com/jjgomera/iapws/) - equations of state for water
- [monty](https://github.com/materialsvirtuallab/monty) - serialization and deserialization utilities
- [maggma](https://materialsproject.github.io/maggma/) - interface for accessing the property database
- [scipy](https://www.scipy.org/) - for certain nonlinear equation solvers

<!-- pyscaffold-notes -->

Expand Down

0 comments on commit f2d6e5c

Please sign in to comment.