Commit 3e97aa1c authored by Hugo's avatar Hugo
Browse files

numpy -> NumPy

parent 44b657fd
...@@ -354,12 +354,12 @@ To use these scripts ...@@ -354,12 +354,12 @@ To use these scripts
* Make sure your project is set up to build on AppVeyor, and you should now * Make sure your project is set up to build on AppVeyor, and you should now
be ready (for what could be another round of slow debugging). be ready (for what could be another round of slow debugging).
If your project depends on numpy, you will want to build against the earliest If your project depends on NumPy, you will want to build against the earliest
numpy that your project supports - see `forward, backward numpy compatibility NumPy that your project supports - see `forward, backward NumPy compatibility
<https://stackoverflow.com/questions/17709641/valueerror-numpy-dtype-has-the-wrong-size-try-recompiling/18369312#18369312>`_. <https://stackoverflow.com/questions/17709641/valueerror-numpy-dtype-has-the-wrong-size-try-recompiling/18369312#18369312>`_.
See the `astropy-wheels Travis file See the `astropy-wheels Travis file
<https://github.com/MacPython/astropy-wheels/blob/master/.travis.yml>`_ for an <https://github.com/MacPython/astropy-wheels/blob/master/.travis.yml>`_ for an
example specifying numpy build and test dependencies. example specifying NumPy build and test dependencies.
Here are some simple example projects: Here are some simple example projects:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment