Skip to content

Commit c8bcf29

Browse files
committed
Bump the minimum Julia version
1 parent 4d10301 commit c8bcf29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Developing and running stdlib __requires__ the following prerequisites:
2424

2525
While not required to run stdlib, the following dependencies __may__ be required for testing, benchmarking, and general development:
2626

27-
* [Julia][julia]: language for technical computing (version `>= 0.4`)
27+
* [Julia][julia]: language for technical computing (version `>= 0.5`)
2828
* [R][r]: language for statistical computing (version `>= 3.0.0`)
2929
* [Python][python]: general purpose language (version `>= 2.7`)
3030
* [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

Comments
 (0)