We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d10301 commit c8bcf29Copy full SHA for c8bcf29
1 file changed
docs/development.md
@@ -24,7 +24,7 @@ Developing and running stdlib __requires__ the following prerequisites:
24
25
While not required to run stdlib, the following dependencies __may__ be required for testing, benchmarking, and general development:
26
27
-* [Julia][julia]: language for technical computing (version `>= 0.4`)
+* [Julia][julia]: language for technical computing (version `>= 0.5`)
28
* [R][r]: language for statistical computing (version `>= 3.0.0`)
29
* [Python][python]: general purpose language (version `>= 2.7`)
30
* [gcc & g++][gcc] or [Clang][clang]: C/C++ compilation and linking (g++ version `>= 4.8`; clang version `>= 3.5`, Xcode version `>=4.4` on OS X)
0 commit comments