Skip to content

Commit 1e3fdad

Browse files
committed
update deps
1 parent 9b35c95 commit 1e3fdad

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,12 @@ model.run_model(ogs_exe="path/to/ogs")
147147

148148
## Requirements:
149149

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

157157
## Contact
158158

docs/source/index.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -143,12 +143,12 @@ Otherwise you need to specify the path to the executable within the run command:
143143
Requirements
144144
============
145145

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

153153

154154
License

0 commit comments

Comments
 (0)