You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Developing and running stdlib **requires** the following prerequisites:
43
43
44
44
While not required to run stdlib, the following dependencies **may** be required for testing, benchmarking, and general development:
45
45
46
-
-[Julia][julia]: language for technical computing (version `>= 0.5`)
46
+
-[Julia][julia]: language for technical computing (version `>= 0.5` and `<= 0.7`)
47
47
-[R][r]: language for statistical computing (version `>= 3.4.0`)
48
48
-[Python][python]: general purpose language (version `2.7.x`; version `3.x` is **not** supported due to [node-gyp][node-gyp], which is required for compiling native add-ons)
49
49
-[pip][pip]: Python package manager (version `>= 9.0.0`; **required** for automatically installing Python packages, such as lint tools)
0 commit comments