We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2512d4c commit d546194Copy full SHA for d546194
README.md
@@ -97,7 +97,7 @@ A copy of segyio is available both as pre-built binaries and source code:
97
To build segyio you need:
98
* A C99 compatible C compiler (tested mostly on gcc and clang)
99
* A C++ compiler for the Python extension, and C++11 for the tests
100
- * [CMake](https://cmake.org/) version 2.8.12 or greater
+ * [CMake](https://cmake.org/) version 3.11 or greater
101
* [Python](https://www.python.org/) 3.9 or greater
102
* [numpy](http://www.numpy.org/) version 1.10 or greater
103
* [setuptools](https://pypi.python.org/pypi/setuptools) version 28 or greater
0 commit comments