Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Mar 22, 2020
1 parent 9b35c95 commit 1e3fdad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,12 @@ model.run_model(ogs_exe="path/to/ogs")

## Requirements:

- [NumPy >= 1.13.0](https://www.numpy.org)
- [Pandas >= 0.23.0](https://pandas.pydata.org/)
- [meshio >= 4.0; <5.0](https://github.com/nschloe/meshio)
- [lxml](https://github.com/lxml/lxml)
- [vtk](https://vtk.org/)
- [pexpect](https://github.com/pexpect/pexpect)
- [NumPy >= 1.14.5](https://www.numpy.org)
- [Pandas >= 0.23.2](https://pandas.pydata.org/)
- [meshio >= 4.0.3; <5.0](https://github.com/nschloe/meshio)
- [lxml >= 4.0; <5.0](https://github.com/lxml/lxml)
- [pexpect >= 4.0; <5.0](https://github.com/pexpect/pexpect)
- [vtk >= 8.1](https://vtk.org/)

## Contact

Expand Down
12 changes: 6 additions & 6 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ Otherwise you need to specify the path to the executable within the run command:
Requirements
============

- `NumPy >= 1.13.0 <https://www.numpy.org>`_
- `Pandas >= 0.23.0 <https://pandas.pydata.org/>`_
- `meshio >= 4.0; <5.0 <https://github.com/nschloe/meshio>`_
- `lxml <https://github.com/lxml/lxml>`_
- `vtk <https://vtk.org/>`_
- `pexpect <https://github.com/pexpect/pexpect>`_
- `NumPy >= 1.14.5 <https://www.numpy.org>`_
- `Pandas >= 0.23.2 <https://pandas.pydata.org/>`_
- `meshio >= 4.0.3; <5.0 <https://github.com/nschloe/meshio>`_
- `lxml >= 4.0; <5.0 <https://github.com/lxml/lxml>`_
- `vtk >= 4.0; <5.0 <https://vtk.org/>`_
- `pexpect >= 8.1 <https://github.com/pexpect/pexpect>`_


License
Expand Down

0 comments on commit 1e3fdad

Please sign in to comment.