Skip to content

Commit c76c109

Browse files
Fix front-page claim about NumPy binary dependency
Because `sgp4` has also turned into a binary dependency.
1 parent b5d997b commit c76c109

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

documentation/index.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ with the positions generated by the United States Naval Observatory
1818
and their *Astronomical Almanac*
1919
to within 0.0005 arcseconds (half a “mas” or milliarcsecond).
2020

21-
* Written in pure Python and installs without any compilation.
22-
* Supports Python 2.6, Python 2.7 and Python 3.
23-
* Has NumPy as its only binary dependency,
24-
the fundamental package for scientific computing with Python,
25-
whose vector operations make Skyfield efficient.
21+
* Written in pure Python.
22+
* Installs without any compilation.
23+
* Supports Python 2.7 and Python 3.
2624

2725
Computing the position of Mars in the sky is as easy as:
2826

0 commit comments

Comments
 (0)